1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

Fix imports in mac-universal.py again

This commit is contained in:
Rayyan Ansari 2022-08-31 18:35:10 +01:00
parent 686aecb36c
commit 43b6ef1f60

View file

@ -8,6 +8,7 @@ import glob
import os
import shutil
import sys
import subprocess
def lipo(path0, path1, dst):