diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-26 14:44:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-26 14:44:49 +0100 |
commit | b602b73aa31f7261c18da30621bce71434021df9 (patch) | |
tree | b829402cba07309f1c6436c4dfdc9f5134f61dc8 /icespider/compile/Jamfile.jam | |
parent | Allow control of --dll-export and --ice (diff) | |
download | icespider-b602b73aa31f7261c18da30621bce71434021df9.tar.bz2 icespider-b602b73aa31f7261c18da30621bce71434021df9.tar.xz icespider-b602b73aa31f7261c18da30621bce71434021df9.zip |
Tidy up
Diffstat (limited to 'icespider/compile/Jamfile.jam')
-rw-r--r-- | icespider/compile/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icespider/compile/Jamfile.jam b/icespider/compile/Jamfile.jam index 9e0636a..9b07429 100644 --- a/icespider/compile/Jamfile.jam +++ b/icespider/compile/Jamfile.jam @@ -11,6 +11,7 @@ lib icespider-compile : [ glob ../common/*.ice ] : <slicer>pure + <allow-ice>yes <library>slicer <library>adhocutil <library>slicer-json |