Skip to content

Commit 4961f1b

Browse files
committed
..
1 parent 790a631 commit 4961f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clone_and_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def build_repo(pkpy_repo:repo.Repo, tag: Union[TagReference, BranchAsTag]) -> fl
9595
shutil.copy(dll_path, f"All_in_one/pkpy-{tag.name.lstrip('v')}/pocketpy.dll")
9696
elif sys.platform == 'darwin':
9797
shutil.copy('pocketpy/build/main', f"All_in_one/pkpy-{tag.name.lstrip('v')}/main")
98-
dll_path = 'pocketpy/build/ibpocketpy.dylib'
98+
dll_path = 'pocketpy/build/libpocketpy.dylib'
9999
if os.path.exists(dll_path):
100100
shutil.copy(dll_path, f"All_in_one/pkpy-{tag.name.lstrip('v')}/libpocketpy.dylib")
101101
else:

0 commit comments

Comments
 (0)