2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Unbreak generator_selection test on Linux

[SVN r49711]
This commit is contained in:
Vladimir Prus
2008-11-13 07:12:12 +00:00
parent 5060ca2bcb
commit a643271bf0

View File

@@ -40,7 +40,7 @@ import type ;
type.register MY_TYPE : extension ;
generators.register-standard mygen.generate-a-cpp-file : MY_TYPE : CPP ;
rule generate-a-cpp-file { ECHO Generating a CPP file... ; }
actions generate-a-cpp-file { echo void g() {} > "$(<)" }
actions generate-a-cpp-file { echo "void g() {}" > "$(<)" }
""")
t.write("Other/jamfile.jam", """