浏览代码

Whoops! Stupid typo.

rdb 16 年之前
父节点
当前提交
6404f074b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -1196,7 +1196,7 @@ if (sys.platform == "darwin"):
     configprc = configprc.replace("p3openal_audio","p3fmod_audio")
     
     # Because <auto> 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)