Skip to content

Commit

Permalink
wscript: re-enable xash-extras on android
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Dec 10, 2023
1 parent 8ca380e commit d99d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SUBDIRS = [
Subproject('dllemu'),

# disable only by engine feature, makes no sense to even parse subprojects in dedicated mode
Subproject('3rdparty/extras', lambda x: not x.env.DEDICATED and x.env.DEST_OS != 'android'),
Subproject('3rdparty/extras', lambda x: not x.env.DEDICATED),
Subproject('3rdparty/nanogl', lambda x: not x.env.DEDICATED and x.env.NANOGL),
Subproject('3rdparty/gl-wes-v2', lambda x: not x.env.DEDICATED and x.env.GLWES),
Subproject('3rdparty/gl4es', lambda x: not x.env.DEDICATED and x.env.GL4ES),
Expand Down

0 comments on commit d99d3d6

Please sign in to comment.