aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/wscript b/wscript
index 18728df..60fad1d 100644
--- a/wscript
+++ b/wscript
@@ -353,8 +353,9 @@ def build(bld):
build_example('pugl_print_events',
['examples/pugl_print_events.c'],
platform, 'stub')
- build_example('pugl_gl3_demo',
- ['examples/pugl_gl3_demo.c', 'examples/glad/glad.c'],
+ build_example('pugl_shader_demo',
+ ['examples/pugl_shader_demo.c',
+ 'examples/glad/glad.c'],
platform, 'gl', uselib=['DL', 'GL', 'M'])
if bld.env.HAVE_CAIRO: