Skip to content

Commit

Permalink
confirmed to work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Oct 23, 2024
1 parent 1051b64 commit af0f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ionpy/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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.add_dll_directory(os.path.join(pre_built_path, 'windows'))
os.environ["PATH"] += ';{}'.format(os.path.join(pre_built_path, 'windows'))
elif platform.system() == 'Darwin':
ion_core_module = os.path.join(pre_built_path, 'macos/libion-core.dylib')
ion_bb_module = os.path.join(pre_built_path, 'macos/libion-bb.dylib')
Expand Down

0 comments on commit af0f66c

Please sign in to comment.