diff --git a/ref/gl/wscript b/ref/gl/wscript index e6decf9b..6d866cf5 100644 --- a/ref/gl/wscript +++ b/ref/gl/wscript @@ -65,7 +65,7 @@ def build(bld): }, 'ref_gles3compat': { 'enable': bld.env.GLES3COMPAT, - 'libs': ['DL', 'gl4es', 'LOG'], + 'libs': [], 'defines': ['XASH_GLES3COMPAT'], }, }