mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
changed a bit to use system()
This commit is contained in:
parent
78b5404434
commit
708ff381d6
@ -148,7 +148,7 @@ def configure(env):
|
||||
|
||||
|
||||
env.Append(CPPFLAGS=['-DOPENGL_ENABLED','-DGLEW_ENABLED'])
|
||||
if platform.platform().find('Linux')>=0:
|
||||
if platform.system() == 'Linux':
|
||||
env.Append(CPPFLAGS=["-DALSA_ENABLED"])
|
||||
env.Append(LIBS=['asound'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user