mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
scons: Re-add ','
This commit is contained in:
parent
7bff1cc3f6
commit
c526e1728f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ env.Append(CPPPATH = [
|
||||||
Dir('.'),
|
Dir('.'),
|
||||||
])
|
])
|
||||||
env.Append(CPPDEFINES = [
|
env.Append(CPPDEFINES = [
|
||||||
'PACKAGE_VERSION='
|
'PACKAGE_VERSION=',
|
||||||
'KHRONOS_DLL_EXPORTS',
|
'KHRONOS_DLL_EXPORTS',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue