diff options
| -rw-r--r-- | nimtwirp/nimtwirp_build.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimtwirp/nimtwirp_build.nim b/nimtwirp/nimtwirp_build.nim index 0134ae8..4fbd055 100644 --- a/nimtwirp/nimtwirp_build.nim +++ b/nimtwirp/nimtwirp_build.nim @@ -37,7 +37,7 @@ for kind, key, val in getopt(): usage() of cmdEnd: assert(false) -if outdir == nil: +if outdir == "": echo("error: --out is required") quit(QuitFailure) |
