summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-29 04:12:50 +0000
committerDavid Robillard <d@drobilla.net>2012-04-29 04:12:50 +0000
commite756cdca27d1ce11ae4839ca571e43834a971670 (patch)
tree6331ae841ff2d0df44904d2c40e6b6f925fbb313 /wscript
parent94b9e452ebd9438a917b825d8d01137ddaa9e398 (diff)
Implement reshape more properly.
It's not a GL demo if it's not a cube.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6643408..9986250 100644
--- a/wscript
+++ b/wscript
@@ -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 = []