Skip to content

Commit

Permalink
Define prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 2, 2023
1 parent ed724b6 commit 585a067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/art-root-io/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ def setup_run_environment(self, env):
sanitize_environments(env, "CET_PLUGIN_PATH")

def setup_dependent_build_environment(self, env, dependent_spec):
prefix = self.prefix
# Ensure we can find plugin libraries.
env.prepend_path("CET_PLUGIN_PATH", prefix.lib)
# Cleanup.
sanitize_environments(env, "CET_PLUGIN_PATH")

def setup_dependent_run_environment(self, env, dependent_spec):
prefix = self.prefix
# Ensure we can find plugin libraries.
env.prepend_path("CET_PLUGIN_PATH", prefix.lib)
# Cleanup.
Expand Down

0 comments on commit 585a067

Please sign in to comment.