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 | ffbb6874c7073b353153e4f27288752a6619bb5f (patch) | |
tree | c9abf0b97514438d88430ce056a0e98f069b8a86 | |
parent | Don't start the daemon components until options have been processed and proce... (diff) | |
download | project2-ffbb6874c7073b353153e4f27288752a6619bb5f.tar.bz2 project2-ffbb6874c7073b353153e4f27288752a6619bb5f.tar.xz project2-ffbb6874c7073b353153e4f27288752a6619bb5f.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 { |