From 43b6ef1f603965a35ee2618508070f54a8ef21f0 Mon Sep 17 00:00:00 2001 From: Rayyan Ansari Date: Wed, 31 Aug 2022 18:35:10 +0100 Subject: [PATCH] Fix imports in mac-universal.py again --- tools/mac-universal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mac-universal.py b/tools/mac-universal.py index d22f52b3..c526f21c 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):