changed a bit to use system()
This commit is contained in:
@ -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'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user