diff options
author | Rayyan Ansari <rayyan@ansari.sh> | 2022-08-31 18:35:10 +0100 |
---|---|---|
committer | Rayyan Ansari <rayyan@ansari.sh> | 2022-08-31 18:35:10 +0100 |
commit | 43b6ef1f603965a35ee2618508070f54a8ef21f0 (patch) | |
tree | 817a8da4a7884f642a596c66cf6775a51e0ec442 /tools | |
parent | 686aecb36c6f56bf1de64ce9a847a46b2e0495d9 (diff) |
Fix imports in mac-universal.py again
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mac-universal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mac-universal.py b/tools/mac-universal.py index d22f52b..c526f21 100755 --- a/tools/mac-universal.py +++ b/tools/mac-universal.py @@ -8,6 +8,7 @@ import glob import os import shutil import sys +import subprocess def lipo(path0, path1, dst): |