diff options
Diffstat (limited to 'raylib.nimble')
| -rw-r--r-- | raylib.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib.nimble b/raylib.nimble index 5a4ce8c..0cb5fd1 100644 --- a/raylib.nimble +++ b/raylib.nimble @@ -28,7 +28,7 @@ task setup, "Checkout and generate": exec cmd & "nimgen " & name & ".cfg" before install: - setupTask() + setupTask() # task test, "Test nimbass": # exec "nim c -d:nimDebugDlOpen tests/basstest.nim" |
