diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-13 20:18:37 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-13 20:18:37 -0500 |
| commit | 08306b98020d5dcfd513b515f7955d44cfef1d6b (patch) | |
| tree | cb33d43744485774b14b2e168d7d886a244fb319 /nimterop.nimble | |
| parent | f23d17d0b2f2e6bd66b0d685461d9dd1c2070918 (diff) | |
| download | nimterop-issue172.tar.gz nimterop-issue172.zip | |
Fix #172 - skip qualifiersissue172
Diffstat (limited to 'nimterop.nimble')
| -rw-r--r-- | nimterop.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop.nimble b/nimterop.nimble index cd36e1c..9600faa 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -23,7 +23,7 @@ proc execTest(test: string, flags = "") = execCmd "nim cpp --hints:off " & flags & " -r " & test task buildToast, "build toast": - execCmd("nim c --hints:off -f nimterop/toast.nim") + execCmd("nim c --hints:off nimterop/toast.nim") task bt, "build toast": execCmd("nim c --hints:off -d:danger nimterop/toast.nim") |
