makepanda: Don't set HAVE_OPENAL_FRAMEWORK when building with thirdparty
This commit is contained in:
parent
12b5fafa9f
commit
c6e72fbd4f
|
|
@ -2766,7 +2766,8 @@ def WriteConfigSettings():
|
|||
dtool_config["PYTHON_FRAMEWORK"] = 'Python'
|
||||
dtool_config["PHAVE_MALLOC_H"] = 'UNDEF'
|
||||
dtool_config["PHAVE_SYS_MALLOC_H"] = '1'
|
||||
dtool_config["HAVE_OPENAL_FRAMEWORK"] = '1'
|
||||
if not os.path.isdir(os.path.join(GetThirdpartyDir(), 'openal')):
|
||||
dtool_config["HAVE_OPENAL_FRAMEWORK"] = '1'
|
||||
dtool_config["HAVE_X11"] = 'UNDEF' # We might have X11, but we don't need it.
|
||||
dtool_config["IS_LINUX"] = 'UNDEF'
|
||||
dtool_config["HAVE_VIDEO4LINUX"] = 'UNDEF'
|
||||
|
|
|
|||
Loading…
Reference in New Issue