ref: gl: wscript: remove all libs dependencies from gles3compat, added by mistake
This commit is contained in:
parent
131ad9c790
commit
e9af0c9810
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def build(bld):
|
|||
},
|
||||
'ref_gles3compat': {
|
||||
'enable': bld.env.GLES3COMPAT,
|
||||
'libs': ['DL', 'gl4es', 'LOG'],
|
||||
'libs': [],
|
||||
'defines': ['XASH_GLES3COMPAT'],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue