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 | a2de2a82b04ad09aac36d412cf6f185a6bd1e4c0 (patch) | |
tree | a542a7d24031e1ba23f42a42d023e06970ff1d0b /slice.jam | |
parent | Merge branch 'p2pvr' (diff) | |
download | netfs-a2de2a82b04ad09aac36d412cf6f185a6bd1e4c0.tar.bz2 netfs-a2de2a82b04ad09aac36d412cf6f185a6bd1e4c0.tar.xz netfs-a2de2a82b04ad09aac36d412cf6f185a6bd1e4c0.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 { |