mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
We don't need plugin-path anymore now <auto>etc is working on OSX. Yay!
This commit is contained in:
parent
f9c921aaff
commit
e928239506
@ -1204,9 +1204,6 @@ 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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user