Skip to content

Commit

Permalink
Add an env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 5, 2024
1 parent 3244942 commit 45feba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cldconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ def cmake_args(self):
args = []
args.append("-DBUILD_TESTING=%s" % self.run_tests)
return args

def setup_run_environment(self, env):
env.prepend_path("CLDCONFIG", self.prefix)

0 comments on commit 45feba0

Please sign in to comment.