Browse Source

ref_gl: try fix psvita

pull/2/head
mittorn 9 months ago committed by Alibek Omarov
parent
commit
8124035763
  1. 2
      ref/gl/wscript

2
ref/gl/wscript

@ -39,7 +39,7 @@ def build(bld): @@ -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 = {

Loading…
Cancel
Save