mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
parent
57b0be8647
commit
073923e5ca
@ -3003,9 +3003,6 @@ else:
|
|||||||
if (GetTarget() == 'darwin'):
|
if (GetTarget() == 'darwin'):
|
||||||
configprc = configprc.replace("$XDG_CACHE_HOME/panda3d", "$HOME/Library/Caches/Panda3D-%s" % MAJOR_VERSION)
|
configprc = configprc.replace("$XDG_CACHE_HOME/panda3d", "$HOME/Library/Caches/Panda3D-%s" % MAJOR_VERSION)
|
||||||
|
|
||||||
# OpenAL is not yet working well on OSX for us, so let's do this for now.
|
|
||||||
configprc = configprc.replace("p3openal_audio", "p3fmod_audio")
|
|
||||||
|
|
||||||
if GetTarget() == 'windows':
|
if GetTarget() == 'windows':
|
||||||
# Convert to Windows newlines.
|
# Convert to Windows newlines.
|
||||||
ConditionalWriteFile(GetOutputDir()+"/etc/Config.prc", configprc, newline='\r\n')
|
ConditionalWriteFile(GetOutputDir()+"/etc/Config.prc", configprc, newline='\r\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user