mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Use declare-basic-target to declare targets. This fixes the missing target-type when bulding EXEs for the test system.
[SVN r21820]
This commit is contained in:
@@ -288,6 +288,7 @@ rule run-test ( type-to-test run-target : sources * )
|
||||
|
||||
if $(sources)
|
||||
{
|
||||
declare-basic-target $(targets-to-test) : $(sources) : : : $(type-to-test) ;
|
||||
$(gGENERATOR_FUNCTION($(type-to-test))) $(targets-to-test) : $(sources) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user