From 073923e5ca85e244768ef987517cb665085fa3bb Mon Sep 17 00:00:00 2001 From: DrEuler Date: Sat, 30 Mar 2019 02:23:56 -0500 Subject: [PATCH] makepanda: switch to using OpenAL by default on macOS Closes #596 --- makepanda/makepanda.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 46fd15ae3a..54a410b57f 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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')