Fix imports in mac-universal.py again
This commit is contained in:
parent
686aecb36c
commit
43b6ef1f60
|
@ -8,6 +8,7 @@ import glob
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
def lipo(path0, path1, dst):
|
def lipo(path0, path1, dst):
|
||||||
|
|
Loading…
Reference in New Issue