diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-18 21:32:45 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-18 21:32:45 +0100 |
commit | 55e7eb0b82105a81e37ab63799c2d7bef0cab22f (patch) | |
tree | 1809dfe0763c7fa10944a04483c5858ece3e7c1b /slice.jam | |
parent | Move to C++0y (diff) | |
download | gentoobrowse-55e7eb0b82105a81e37ab63799c2d7bef0cab22f.tar.bz2 gentoobrowse-55e7eb0b82105a81e37ab63799c2d7bef0cab22f.tar.xz gentoobrowse-55e7eb0b82105a81e37ab63799c2d7bef0cab22f.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.jam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import toolset ; type.register SLICE : ice ; -feature slicer : no yes : propagated ; +feature slicer : no yes ; class slice-scanner : common-scanner { |