projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea0b92
)
scons: require scons 2.4 or greater
author
Juan A. Suarez Romero
<jasuarez@igalia.com>
Wed, 1 Aug 2018 15:48:11 +0000
(17:48 +0200)
committer
Juan A. Suarez Romero
<jasuarez@igalia.com>
Wed, 1 Aug 2018 18:33:00 +0000
(20:33 +0200)
There is a bug with scons 2.3, used in Travis, where it fails to detect
some C functions.
Reviewed-by: Andres Gomez <agomez@igalia.com>
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index a59a8ea210e956bb67deb93272534804d88754e3..6e034fb968f5c641de0174f971e3bd1f8172189b 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-27,6
+27,12
@@
import SCons.Util
import common
+#######################################################################
+# Minimal scons version
+
+EnsureSConsVersion(2, 4)
+
+
#######################################################################
# Configuration options