makepanda: Don't set HAVE_OPENAL_FRAMEWORK when building with thirdparty

This commit is contained in:
rdb 2025-12-25 15:14:40 +01:00
parent 12b5fafa9f
commit c6e72fbd4f
1 changed files with 2 additions and 1 deletions

View File

@ -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'