Adjust hash2boost convert.

This commit is contained in:
Rene Rivera
2023-03-12 23:18:29 -05:00
parent 41b86ca2e2
commit 44cc60f618

View File

@ -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 : <dependency>/boost/predef ;
----