makepanda: Always populate OSX_ARCHS when building for macOS
This commit is contained in:
parent
316b0009ae
commit
bf2bf37e67
|
|
@ -290,8 +290,8 @@ def parseopts(args):
|
|||
OSX_ARCHS.append("arm64")
|
||||
elif target_archs:
|
||||
OSX_ARCHS = target_archs
|
||||
elif platform.machine() == 'arm64':
|
||||
OSX_ARCHS = ('arm64',)
|
||||
elif GetTarget() == 'darwin':
|
||||
OSX_ARCHS = (GetTargetArch(),)
|
||||
|
||||
try:
|
||||
SetOptimize(int(optimize))
|
||||
|
|
|
|||
Loading…
Reference in New Issue