From 87fe15e39f7abf0d1b9f2128146b511edcb50556 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 28 Sep 2021 15:30:05 +0300 Subject: [PATCH] ci: fix typo --- vlib/v/builder/cc.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/builder/cc.v b/vlib/v/builder/cc.v index 4e4187982f..e2da709748 100644 --- a/vlib/v/builder/cc.v +++ b/vlib/v/builder/cc.v @@ -556,7 +556,7 @@ fn (mut v Builder) cc() { if !os.exists(cpp_atomic_h_path) { for file in v.parsed_files { if file.imports.any(it.mod.contains('sync')) { - $if trace_stdatomic_gen { + $if trace_stdatomic_gen ? { eprintln('> creating $cpp_atomic_h_path ...') } os.execute('$vexe run ${@VEXEROOT}/thirdparty/stdatomic/nix/cpp/gen.v $ccompiler')