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 | 1f52adf3e4548108f57dff5ad7f080d417730b3b (patch) | |
tree | 52d33b286ebbc01a8ae4843b6ef4b2d4be21c1cf | |
parent | Add an option to force performing a maintenance cycle on start-up (diff) | |
download | p2pvr-1f52adf3e4548108f57dff5ad7f080d417730b3b.tar.bz2 p2pvr-1f52adf3e4548108f57dff5ad7f080d417730b3b.tar.xz p2pvr-1f52adf3e4548108f57dff5ad7f080d417730b3b.zip |
The slicer feature should not be propergated, it's library specific whether it contains slicer data
-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 { |