scons: Re-add ','

This commit is contained in:
José Fonseca
2013-03-13 00:31:03 +00:00
parent 7bff1cc3f6
commit c526e1728f

View File

@@ -12,7 +12,7 @@ env.Append(CPPPATH = [
Dir('.'),
])
env.Append(CPPDEFINES = [
'PACKAGE_VERSION='
'PACKAGE_VERSION=',
'KHRONOS_DLL_EXPORTS',
])