mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix typo
This commit is contained in:
parent
3467ab1551
commit
87fe15e39f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user