From 44cc60f618e44f60cc81b42ff0b1a3ed47eaaa9a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 12 Mar 2023 23:18:29 -0500 Subject: [PATCH] Adjust hash2boost convert. --- build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.jam b/build.jam index 4236ebe..5cb4dfc 100644 --- a/build.jam +++ b/build.jam @@ -9,7 +9,7 @@ a standalone project. To use externally you would need a `use-project` declaration and to use the project as a dependency where needed: ---- -use-project /boost/predef : /path/to/boost_predef/root ; +use-project /boost/predef : /path/to/boost/predef/root ; exe my_thing : main.cpp : /boost/predef ; ----