Skip to content

Commit

Permalink
Merge pull request #475 from eflumerf/eflumerf/UpdateGObject
Browse files Browse the repository at this point in the history
Bring in gobject-introspection package.py in from upstream, deal with glibc not necessarily being in self.spec
  • Loading branch information
marcmengel authored Dec 7, 2024
2 parents e4effb5 + b1095ff commit b4e9c19
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def setup_dependent_build_environment(self, env, dependent_spec):
env.prepend_path("XDG_DATA_DIRS", self.prefix.share)
env.prepend_path("GI_TYPELIB_PATH", join_path(self.prefix.lib, "girepository-1.0"))
env.set("GI_SCANNER_DISABLE_CACHE", "1")
env.prepend_path("LD_LIBRARY_PATH", self.spec["glib"].prefix.lib)

def setup_dependent_run_environment(self, env, dependent_spec):
env.prepend_path("XDG_DATA_DIRS", self.prefix.share)
Expand Down

0 comments on commit b4e9c19

Please sign in to comment.