improve detection of linux, fixes #3201
This commit is contained in:
parent
428984ec0c
commit
78b5404434
@ -148,7 +148,7 @@ def configure(env):
|
||||
|
||||
|
||||
env.Append(CPPFLAGS=['-DOPENGL_ENABLED','-DGLEW_ENABLED'])
|
||||
if platform.platform() == 'Linux':
|
||||
if platform.platform().find('Linux')>=0:
|
||||
env.Append(CPPFLAGS=["-DALSA_ENABLED"])
|
||||
env.Append(LIBS=['asound'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user