diff options
author | David Robillard <d@drobilla.net> | 2012-04-29 04:12:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-29 04:12:50 +0000 |
commit | e756cdca27d1ce11ae4839ca571e43834a971670 (patch) | |
tree | 6331ae841ff2d0df44904d2c40e6b6f925fbb313 /wscript | |
parent | 94b9e452ebd9438a917b825d8d01137ddaa9e398 (diff) | |
download | pugl-e756cdca27d1ce11ae4839ca571e43834a971670.tar.gz pugl-e756cdca27d1ce11ae4839ca571e43834a971670.tar.bz2 pugl-e756cdca27d1ce11ae4839ca571e43834a971670.zip |
Implement reshape more properly.
It's not a GL demo if it's not a cube.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ def build(bld): else: lang = 'c' lib_source = ['pugl/pugl_x11.c'] - libs = ['X11', 'GL'] + libs = ['X11', 'GL', 'GLU'] defines = [] if bld.env['MSVC_COMPILER']: libflags = [] |