Skip to content

Commit

Permalink
Merge pull request #336 from Sensing-Dev/hotfix/looking-for-aravis-mo…
Browse files Browse the repository at this point in the history
…dule

WIP/confirmed to work on Windows
  • Loading branch information
Fixstars-momoko authored Oct 24, 2024
2 parents 1051b64 + 1628b55 commit 05e6e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ionpy/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
if platform.system() == 'Windows':
ion_core_module = os.path.join(pre_built_path, 'windows/ion-core.dll')
ion_bb_module = os.path.join(pre_built_path, 'windows/ion-bb.dll')
os.environ["PATH"] = '{};'.format(os.path.join(pre_built_path, 'windows')) + os.environ["PATH"]
os.add_dll_directory(os.path.join(pre_built_path, 'windows'))
elif platform.system() == 'Darwin':
ion_core_module = os.path.join(pre_built_path, 'macos/libion-core.dylib')
Expand Down

0 comments on commit 05e6e28

Please sign in to comment.