specify GL_GLEXT_PROTOTYPES in build environment
This commit is contained in:
parent
08e558482f
commit
1ecc6d749b
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# vim:filetype=python
|
# vim:filetype=python
|
||||||
|
|
||||||
env = Environment(LIBS = ['GL'], CXXFLAGS = ['-Wall'])
|
env = Environment(LIBS = ['GL'], CXXFLAGS = ['-Wall', '-DGL_GLEXT_PROTOTYPES'])
|
||||||
|
|
||||||
env.Program('driver', Glob('*.cc'))
|
env.Program('driver', Glob('*.cc'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user