Skip to content

Commit 84901e2

Browse files
committed
final change for the macos port
1 parent 0697c0d commit 84901e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

builder/macOS.py

-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ def submodules():
6262
def compile(*args): # NOQA
6363
_compile(*args)
6464

65-
src = f'lib/micropython/ports/unix/build-{unix.variant}/SDL/libSDL2-2.0.0.dylib'
66-
dst = f'build/libSDL2-2.0.0.dylib'
67-
if os.path.exists(src):
68-
shutil.copyfile(src, dst)
69-
7065

7166
def mpy_cross():
7267
_mpy_cross()

0 commit comments

Comments
 (0)