Skip to content

Commit

Permalink
Merge pull request #641 from lukemartinlogan/dev
Browse files Browse the repository at this point in the history
Set pythonpath
  • Loading branch information
lukemartinlogan authored Oct 31, 2023
2 parents d3cdb3d + 574833c commit 66787bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/hermes/packages/hermes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def set_lib(self, env, path):
env.prepend_path('LIBRARY_PATH', path)
env.prepend_path('LD_LIBRARY_PATH', path)
env.append_flags('LDFLAGS', '-L{}'.format(path))
env.prepend_path('PYTHONPATH', '{}'.format(path))

def set_flags(self, env):
self.set_include(env, '{}/include'.format(self.prefix))
Expand Down

0 comments on commit 66787bb

Please sign in to comment.