mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
makepanda: fix build error with maya2008 on macOS
This commit is contained in:
parent
9dcfcbf5fa
commit
6faaabe034
@ -6370,6 +6370,8 @@ for VER in MAYAVERSIONS:
|
||||
continue
|
||||
elif GetTarget() == 'darwin' and int(VNUM) >= 2009:
|
||||
ARCH_OPTS = ['NOARCH:PPC']
|
||||
elif GetTarget() == 'darwin':
|
||||
ARCH_OPTS = ['NOARCH:X86_64']
|
||||
else:
|
||||
ARCH_OPTS = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user