changed a bit to use system()
This commit is contained in:
parent
78b5404434
commit
708ff381d6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue