mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
scons: Build mesa source with c99.
This commit is contained in:
parent
d612b6fa9b
commit
308f11f991
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ env.Append(CPPPATH = [
|
|||
'#/src/mesa/main',
|
||||
])
|
||||
|
||||
env.Append(CFLAGS = [
|
||||
'-std=c99',
|
||||
])
|
||||
|
||||
|
||||
#######################################################################
|
||||
# Core sources
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue