Browse Source

Attempt to fix the AppVeyor build

tags/17.3-branchpoint
Nicolai Hähnle 8 years ago
parent
commit
49bdb73bec
2 changed files with 1 additions and 4 deletions
  1. 1
    0
      src/SConscript
  2. 0
    4
      src/util/SConscript

+ 1
- 0
src/SConscript View File

@@ -7,6 +7,7 @@ Import('*')
if env['platform'] == 'windows':
SConscript('getopt/SConscript')

SConscript('util/xmlpool/SConscript')
SConscript('util/SConscript')
SConscript('compiler/SConscript')


+ 0
- 4
src/util/SConscript View File

@@ -2,10 +2,6 @@ import common

Import('*')

SConscript([
'xmlpool',
])

from sys import executable as python_cmd

env = env.Clone()

Loading…
Cancel
Save