Răsfoiți Sursa

Fixed boost-test to allow dependencies in the list of sources.

[SVN r11172]
Dave Abrahams 25 ani în urmă
părinte
comite
397289e0a0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      status/Jamfile

+ 1 - 1
status/Jamfile

@@ -13,7 +13,7 @@ rule boost-test # sources : type : suppress-fake-targets : requirements
         
         result = [
             declare-local-target $(<:D=:S=)
-            : $(BOOST_ROOT)$(SLASH)$(<) # sources
+            : $(<:R=$(BOOST_ROOT)) # sources
             : $(requirements) <include>$(BOOST_ROOT) # requirements
             :             # default build
             : $(>)     # target type

粤ICP备19079148号