Browse Source

makepanda: fix error building with --universal flag

[skip ci]
rdb 5 years ago
parent
commit
9544911127
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -309,7 +309,7 @@ def parseopts(args):
         SetTarget(target, target_archs[-1] if target_archs else None)
 
     if universal:
-        if target_arch:
+        if target_archs:
             exit("--universal is incompatible with --arch")
 
         if OSXTARGET: