Skip to content

Commit 6a5a7cf

Browse files
committed
wip
1 parent 9ec020b commit 6a5a7cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

json_serialization.nimble

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)
2626
let flags = getEnv("NIMFLAGS", "") # Extra flags for the compiler
2727
let verbose = getEnv("V", "") notin ["", "0"]
2828

29+
from os import quoteShell
30+
2931
let cfg =
3032
" --styleCheck:usages --styleCheck:error" &
3133
(if verbose: "" else: " --verbosity:0 --hints:off") &

0 commit comments

Comments
 (0)