Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
wscript: remove dead option
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 3, 2021
1 parent f0d53af commit cc4aebd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ def options(opt):
grp.add_option('--enable-poly-opt', action = 'store_true', dest = 'POLLY', default = False,
help = 'enable polyhedral optimization if possible [default: %default]')

grp.add_option('--enable-simple-mod-hacks', action = 'store_true', dest = 'ENABLE_MOD_HACKS', default = False,
help = 'enable hacks for simple mods that mostly compatible with Half-Life but has little changes. Enforced for Android. [default: %default]')

opt.load('subproject')

opt.add_subproject(['cl_dll', 'dlls'])
Expand Down

0 comments on commit cc4aebd

Please sign in to comment.