summaryrefslogtreecommitdiff
path: root/slice.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-06-18 21:32:45 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-18 21:32:45 +0100
commitb4b7f11499e66b5eb40a2c6475d9637494db5826 (patch)
treebe9039b99bdcdb5af17c8a9c6ffa5b70407f391e /slice.jam
parentMove to C++0y (diff)
downloadlibadhocutil-b4b7f11499e66b5eb40a2c6475d9637494db5826.tar.bz2
libadhocutil-b4b7f11499e66b5eb40a2c6475d9637494db5826.tar.xz
libadhocutil-b4b7f11499e66b5eb40a2c6475d9637494db5826.zip
The slicer feature should not be propergated, it's library specific whether it contains slicer data
Diffstat (limited to 'slice.jam')
-rw-r--r--slice.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/slice.jam b/slice.jam
index 9120a61..5b6429c 100644
--- a/slice.jam
+++ b/slice.jam
@@ -7,7 +7,7 @@ import toolset ;
type.register SLICE : ice ;
-feature slicer : no yes : propagated ;
+feature slicer : no yes ;
class slice-scanner : common-scanner
{