mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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
|
continue
|
||||||
elif GetTarget() == 'darwin' and int(VNUM) >= 2009:
|
elif GetTarget() == 'darwin' and int(VNUM) >= 2009:
|
||||||
ARCH_OPTS = ['NOARCH:PPC']
|
ARCH_OPTS = ['NOARCH:PPC']
|
||||||
|
elif GetTarget() == 'darwin':
|
||||||
|
ARCH_OPTS = ['NOARCH:X86_64']
|
||||||
else:
|
else:
|
||||||
ARCH_OPTS = []
|
ARCH_OPTS = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user