Browse Source

Fix `bcp --namespace` issues again

Peter Dimov 1 year ago
parent
commit
4f6c6b3e04
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Jamroot

+ 4 - 2
Jamroot

@@ -461,7 +461,9 @@ for local lib in $(all-libraries-to-declare)
     project.pop-current ;
 }
 
-if ! [ project.search /boost/tools/boost_install ]
+# Backslash because of `bcp --namespace`
+
+if ! [ project.search /boost/tools/boost\_install ]
 {
-    use-project /boost/tools/boost_install : tools/boost_install ;
+    use-project /boost/tools/boost\_install : tools/boost\_install ;
 }

粤ICP备19079148号