Skip to content

Commit

Permalink
gobject-introspection needs glib lib dir in LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 21, 2023
1 parent a15da81 commit e2181aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def setup_run_environment(self, env):
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.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 e2181aa

Please sign in to comment.