Skip to content
Commit 7e48fd6d authored by John (J5) Palmieri's avatar John (J5) Palmieri
Browse files

remove overridesdir from the .pc file and add it to the gi module

* having the variable in the .pc file caused issues parallel installing
  for different versions of python
* putting it into the module allows us to give the correct directory
  based on which version of python you run the script from
* access the var as such:
    import gi
    installdir = gi._overridesdir
parent beea7072
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment