mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
glut: Fix build.
This commit is contained in:
parent
3f46389a28
commit
f98f553c4c
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ env.Replace(CPPDEFINES = [
|
|||
'BUILD_GLUT32',
|
||||
'GLUT_BUILDING_LIB',
|
||||
'MESA',
|
||||
'_DLL',
|
||||
'NDEBUG',
|
||||
'GLUT_NO_WARNING_DISABLE',
|
||||
])
|
||||
|
|
@ -38,7 +37,7 @@ sources = [
|
|||
'glut_dstr.c',
|
||||
'glut_event.c',
|
||||
'glut_ext.c',
|
||||
'glut_fcb.c',
|
||||
'glut_fbc.c',
|
||||
'glut_fullscrn.c',
|
||||
'glut_gamemode.c',
|
||||
'glut_get.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue