From 6404f074b94960e7de5961344e6d49d853347b83 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 15 Jul 2009 17:29:07 +0000 Subject: [PATCH] Whoops! Stupid typo. --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 6aad710b7d..86c5f47fca 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1196,7 +1196,7 @@ if (sys.platform == "darwin"): configprc = configprc.replace("p3openal_audio","p3fmod_audio") # Because doesn't work well yet. - configprc = configprc += "\nplugin-path $THIS_PRC_DIR/../lib" + configprc += "\nplugin-path $THIS_PRC_DIR/../lib" ConditionalWriteFile(GetOutputDir()+"/etc/Config.prc", configprc) ConditionalWriteFile(GetOutputDir()+"/etc/Confauto.prc", confautoprc)