diff --git a/ref/gl/wscript b/ref/gl/wscript index ae069d53..28e1ddd4 100644 --- a/ref/gl/wscript +++ b/ref/gl/wscript @@ -39,7 +39,7 @@ def build(bld): else: libs += [ 'public', 'M' ] - source = bld.path.ant_glob(['*.c', 'gl2_shim/*.c']) + source = bld.path.ant_glob(['*.c', 'gl2_shim/*.c']) includes = '.' targets = {