mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
makepanda: Don't disable Cg/FMODEx on macOS without arch flags
Fixes #1119
This commit is contained in:
parent
ea49c121a0
commit
f84111a693
@ -934,7 +934,7 @@ if (COMPILER=="GCC"):
|
|||||||
PkgDisable("CARBON")
|
PkgDisable("CARBON")
|
||||||
|
|
||||||
if GetTarget() == 'darwin':
|
if GetTarget() == 'darwin':
|
||||||
if 'x86_64' not in OSX_ARCHS and 'i386' not in OSX_ARCHS:
|
if OSX_ARCHS and 'x86_64' not in OSX_ARCHS and 'i386' not in OSX_ARCHS:
|
||||||
# These support only these archs, so don't build them if we're not
|
# These support only these archs, so don't build them if we're not
|
||||||
# targeting any of the supported archs.
|
# targeting any of the supported archs.
|
||||||
PkgDisable("FMODEX")
|
PkgDisable("FMODEX")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user