From 9772ba3b26b652eceb5d2703a0f97b87fdee2302 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 5 Jul 2017 00:23:26 +0100 Subject: import slice should be in root, where it used to be --- Jamroot.jam | 1 + slicer/Jamfile.jam | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamroot.jam b/Jamroot.jam index c5c15cf..b6fbd3d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,5 @@ import os ; +import slice ; using gcc : : [ os.environ CXX ] ; diff --git a/slicer/Jamfile.jam b/slicer/Jamfile.jam index 852452e..3108454 100644 --- a/slicer/Jamfile.jam +++ b/slicer/Jamfile.jam @@ -1,5 +1,4 @@ import package ; -import slice ; build-project tool ; build-project slicer ; -- cgit v1.2.3