makepanda: fix error building with --universal flag

[skip ci]
This commit is contained in:
rdb 2020-12-18 12:54:19 +01:00
parent 66c41d6c31
commit 9544911127
1 changed files with 1 additions and 1 deletions

View File

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