diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-06-04 16:15:00 +0200 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-06-04 16:15:00 +0200 |
commit | ff0c863cb1b8270aae52657e2d4ff43261bf11d8 (patch) | |
tree | 03071f3b5fa67adeeaa73c86b5d9c2b570dcbdd4 /modules/mono/SCsub | |
parent | 42569f566f7750e355bf07f15008b54677043536 (diff) |
Mono: Fix SCons options added to the wrong environment
Diffstat (limited to 'modules/mono/SCsub')
-rw-r--r-- | modules/mono/SCsub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mono/SCsub b/modules/mono/SCsub index 341d57f3e4..6c3ecee272 100644 --- a/modules/mono/SCsub +++ b/modules/mono/SCsub @@ -20,11 +20,6 @@ if env['tools']: 'glue/cs_glue_version.gen.h' ) -vars = Variables() -vars.Add(BoolVariable('mono_glue', 'Build with the mono glue sources', True)) -vars.Add(BoolVariable('xbuild_fallback', 'If MSBuild is not found, fallback to xbuild', False)) -vars.Update(env_mono) - # Glue sources if env_mono['mono_glue']: env_mono.Append(CPPDEFINES=['MONO_GLUE_ENABLED']) |