We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2a76c commit 5cd8cceCopy full SHA for 5cd8cce
1 file changed
example/Jamrules
@@ -3,4 +3,5 @@
3
4
# Edit this path to point at the root directory of your Boost
5
# installation. Absolute paths work, too.
6
-project boost : ../../.. ;
+path-global BOOST_ROOT : ../../.. ;
7
+project boost : $(BOOST_ROOT) ;
0 commit comments