Просмотр исходного кода

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

[SVN r11172]
Dave Abrahams 24 лет назад
Родитель
Сommit
397289e0a0
1 измененных файлов с 1 добавлено и 1 удалено
  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号