Mesa (master): Attempt to fix the AppVeyor build

Nicolai Hähnle nh at kemper.freedesktop.org
Mon Jul 31 15:05:09 UTC 2017


Module: Mesa
Branch: master
Commit: 49bdb73becf11334988d2364980e554ec5319cfc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=49bdb73becf11334988d2364980e554ec5319cfc

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Mon Jul 31 16:51:13 2017 +0200

Attempt to fix the AppVeyor build

---

 src/SConscript      | 1 +
 src/util/SConscript | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/SConscript b/src/SConscript
index 37b3f8572e..82bc28518e 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -7,6 +7,7 @@ Import('*')
 if env['platform'] == 'windows':
     SConscript('getopt/SConscript')
 
+SConscript('util/xmlpool/SConscript')
 SConscript('util/SConscript')
 SConscript('compiler/SConscript')
 
diff --git a/src/util/SConscript b/src/util/SConscript
index 582592c203..00bd89c013 100644
--- a/src/util/SConscript
+++ b/src/util/SConscript
@@ -2,10 +2,6 @@ import common
 
 Import('*')
 
-SConscript([
-   'xmlpool',
-])
-
 from sys import executable as python_cmd
 
 env = env.Clone()




More information about the mesa-commit mailing list