Преглед изворни кода

Corrects a problem in the handling of <conditional>@rule in
the lib rule, e.g.:

lib foo : : <conditional>@sources ;

Prior to the patch, this was treating the library as a prebuilt
library because of the absence of any source arguments. Thus
nothing would get built.

* tools/builtin.jam
(lib-generator.run): Added additional constraint when setting
library type to SEARCHED_LIB.

Patch from Mark Evans.


[SVN r32880]

Vladimir Prus пре 20 година
родитељ
комит
05c80c211c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 13cfc022e92297672dd570afb2f4c4f549f23ae4
+Subproject commit 311db52d222b9d76c2edd7b482e10b3acf500adc

粤ICP备19079148号