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
1 changed files with 1 additions and 0 deletions

View File

@ -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):