changed a bit to use system()

This commit is contained in:
Juan Linietsky 2015-12-08 20:36:48 -03:00
parent 78b5404434
commit 708ff381d6

View File

@ -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'])