Whoops! Stupid typo.
This commit is contained in:
parent
5e98a91956
commit
6404f074b9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue