makepanda: fix error building with --universal flag
[skip ci]
This commit is contained in:
parent
66c41d6c31
commit
9544911127
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue