Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li authored and Xinyu Li committed Oct 1, 2024
1 parent 767b6ad commit a941e7b
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.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')
ion_bb_module = os.path.join(pre_built_path, 'macos/libion-bb.dylib')
Expand Down

0 comments on commit a941e7b

Please sign in to comment.