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:
@@ -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", """
|
||||
|
||||
Reference in New Issue
Block a user