diff --git a/build/Jamfile b/build/Jamfile index ad82861..9a052c2 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -38,12 +38,12 @@ install filesystem lib stage stage/lib : boost_filesystem boost_filesystem : # copy to a path rooted at BOOST_ROOT: - $(BOOST_ROOT) + $(BOOST_ROOT) # make sure the names of the libraries are correctly named: [ common-names ] # add this target to the "stage" and "all" psuedo-targets: - stage - all + stage + all : debug release ;