Skip to content

Commit

Permalink
wscript: enable ref_gles3compat for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 3, 2023
1 parent 5c90e71 commit c0ceab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def configure(conf):
conf.options.NANOGL = True
conf.options.GLWES = True
conf.options.GL4ES = True
conf.options.GLES3COMPAT = True
conf.options.GL = False
conf.options.SINGLE_BINARY = True
conf.define('XASH_SDLMAIN', 1)
Expand Down

0 comments on commit c0ceab7

Please sign in to comment.