From 8124035763943d89f751542682dc79648b2dd031 Mon Sep 17 00:00:00 2001 From: mittorn Date: Thu, 12 Oct 2023 03:40:15 +0300 Subject: [PATCH] ref_gl: try fix psvita --- ref/gl/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {