mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Move the model-cache to ~/Library/Caches/, as well
This commit is contained in:
parent
9fcb863c04
commit
270d79658e
@ -1483,6 +1483,8 @@ else:
|
|||||||
configprc = configprc.replace("aux-display pandadx8","")
|
configprc = configprc.replace("aux-display pandadx8","")
|
||||||
|
|
||||||
if (sys.platform == "darwin"):
|
if (sys.platform == "darwin"):
|
||||||
|
configprc = configprc.replace(".panda3d","Library/Caches/Panda3D-%s" % VERSION)
|
||||||
|
|
||||||
# OpenAL is not yet working well on OSX for us, so let's do this for now.
|
# OpenAL is not yet working well on OSX for us, so let's do this for now.
|
||||||
configprc = configprc.replace("p3openal_audio","p3fmod_audio")
|
configprc = configprc.replace("p3openal_audio","p3fmod_audio")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user