2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Work around generators_test failure on msvc

[SVN r24885]
This commit is contained in:
Vladimir Prus
2004-09-03 08:03:26 +00:00
parent 3accad8f3a
commit e7c04a87b7

View File

@@ -55,7 +55,11 @@ class nm::target::cpp-obj-generator : generator
rule optional-properties ( )
{
return <main-target-type>NM_EXE ;
# A hack to boost this generator's priority.
# See issue BB76 for explanations.
return <main-target-type>NM_EXE
<main-target-type>NM_EXE
;
}
# Consider: it it OK to ignore all other generated targets except for the first?