Sfoglia il codice sorgente

removed $(BOOST_ROOT) uses

[SVN r27904]
Dave Abrahams 21 anni fa
parent
commit
8a2691aa05
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Jamfile.v2

+ 2 - 2
Jamfile.v2

@@ -17,14 +17,14 @@ import stage ;
 constant BOOST_VERSION : 1.32.0 ;
 
 project boost
-    : requirements <include>$(BOOST_ROOT)
+    : requirements <include>.
       # disable auto-linking for all targets here,
       # primarily because it caused troubles with V2
       <define>BOOST_ALL_NO_LIB=1
       # Used to encode variant in target name. See the
       # 'tag' rule below.
       <tag>@$(__name__).tag
-    : usage-requirements <include>$(BOOST_ROOT)
+    : usage-requirements <include>.
     : build-dir bin.v2  
     ;
 

粤ICP备19079148号