Skip to content

Commit

Permalink
Add <prefix>/bin to PATH to make executables accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 2, 2024
1 parent 4b79534 commit 75bffaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/k4generatorsconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ def cmake_args(self):
def setup_run_environment(self, env):
env.set("K4GENERATORSCONFIG", self.prefix.share.k4GeneratorsConfig)
env.prepend_path("PYTHONPATH", self.prefix.python)
env.prepend_path("PATH", self.perfix.bin)

0 comments on commit 75bffaf

Please sign in to comment.