diff options
author | Rayyan Ansari <rayyan@ansari.sh> | 2022-08-31 18:28:33 +0100 |
---|---|---|
committer | Rayyan Ansari <rayyan@ansari.sh> | 2022-08-31 18:28:33 +0100 |
commit | 21194375f8d7d0d5c7f1905192be5d8ae045841c (patch) | |
tree | 4bd2fcff83da1db7dfcef70c3beeb493c221e49c | |
parent | 926f20032949ad1f5a9f3f06ee0a8412edf8cf51 (diff) |
Fix imports in mac-universal.py
-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 0d3d648..c27267c 100755 --- a/tools/mac-universal.py +++ b/tools/mac-universal.py @@ -7,6 +7,7 @@ import filecmp import glob import os import shutil +import sys def lipo(path0, path1, dst): |