Browse Source

We don't need plugin-path anymore now <auto>etc is working on OSX. Yay!

rdb 16 years ago
parent
commit
e928239506
1 changed files with 0 additions and 3 deletions
  1. 0 3
      makepanda/makepanda.py

+ 0 - 3
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 <auto> doesn't work well yet.
-    configprc += "\nplugin-path $THIS_PRC_DIR/../lib"
 
 ConditionalWriteFile(GetOutputDir()+"/etc/Config.prc", configprc)
 ConditionalWriteFile(GetOutputDir()+"/etc/Confauto.prc", confautoprc)