From e928239506e859b41d62b0d35e275ef42c1a2f60 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 16 Jul 2009 10:22:28 +0000 Subject: [PATCH] We don't need plugin-path anymore now etc is working on OSX. Yay! --- makepanda/makepanda.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 514131cecc..efcf55a86c 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1203,9 +1203,6 @@ else: if (sys.platform == "darwin"): # OpenAL is not yet working well on OSX for us, so let's do this for now. configprc = configprc.replace("p3openal_audio","p3fmod_audio") - - # Because doesn't work well yet. - configprc += "\nplugin-path $THIS_PRC_DIR/../lib" ConditionalWriteFile(GetOutputDir()+"/etc/Config.prc", configprc) ConditionalWriteFile(GetOutputDir()+"/etc/Confauto.prc", confautoprc)