projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee69720
)
require jam 2.5
author
Matthias Braun
<matze@braunis.de>
Thu, 25 Nov 2004 15:54:49 +0000
(15:54 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 25 Nov 2004 15:54:49 +0000
(15:54 +0000)
SVN-Revision: 2190
mk/jam/jamcompatibility.jam
patch
|
blob
|
history
diff --git
a/mk/jam/jamcompatibility.jam
b/mk/jam/jamcompatibility.jam
index
a0c0936
..
72f2fec
100644
(file)
--- a/
mk/jam/jamcompatibility.jam
+++ b/
mk/jam/jamcompatibility.jam
@@
-18,9
+18,11
@@
if $(ARGV[0])
}
}
-if $(JAMVERSION) < 2.4
+# we can't use boostjam at the moment as it still has the bug from jam 2.4 where
+# settings variables on header targets doesn't work
+if $(JAMVERSION) <= 2.4
{
- EXIT "Error: This buildsystem requires jam version 2.
4
or later." ;
+ EXIT "Error: This buildsystem requires jam version 2.
5
or later." ;
}
# don't confuse users for now...
#if $(JAMVERSION) = 2.4 & $(JAM_DEBUG)