Whoops! Stupid typo.

This commit is contained in:
rdb 2009-07-15 17:29:07 +00:00
parent 5e98a91956
commit 6404f074b9
1 changed files with 1 additions and 1 deletions

View File

@ -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)