ci: fix typo

pull/12012/head
Delyan Angelov 2021-09-28 15:30:05 +03:00
parent 3467ab1551
commit 87fe15e39f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ fn (mut v Builder) cc() {
if !os.exists(cpp_atomic_h_path) { if !os.exists(cpp_atomic_h_path) {
for file in v.parsed_files { for file in v.parsed_files {
if file.imports.any(it.mod.contains('sync')) { if file.imports.any(it.mod.contains('sync')) {
$if trace_stdatomic_gen { $if trace_stdatomic_gen ? {
eprintln('> creating $cpp_atomic_h_path ...') eprintln('> creating $cpp_atomic_h_path ...')
} }
os.execute('$vexe run ${@VEXEROOT}/thirdparty/stdatomic/nix/cpp/gen.v $ccompiler') os.execute('$vexe run ${@VEXEROOT}/thirdparty/stdatomic/nix/cpp/gen.v $ccompiler')