makepanda: switch to using OpenAL by default on macOS

Closes #596
This commit is contained in:
DrEuler 2019-03-30 02:23:56 -05:00 committed by rdb
parent 57b0be8647
commit 073923e5ca

View File

@ -3003,9 +3003,6 @@ else:
if (GetTarget() == 'darwin'):
configprc = configprc.replace("$XDG_CACHE_HOME/panda3d", "$HOME/Library/Caches/Panda3D-%s" % MAJOR_VERSION)
# OpenAL is not yet working well on OSX for us, so let's do this for now.
configprc = configprc.replace("p3openal_audio", "p3fmod_audio")
if GetTarget() == 'windows':
# Convert to Windows newlines.
ConditionalWriteFile(GetOutputDir()+"/etc/Config.prc", configprc, newline='\r\n')