Skip to content

Commit

Permalink
fixed win32 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladar4 committed Mar 20, 2017
1 parent 58ba680 commit 8d7b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd src
nim c --out:..\gggrotto.exe -d:release --opt:speed gggrotto.nim
nim c --out:..\gggrotto.exe -d:release --opt:speed --app:gui gggrotto.nim
rmdir /s /q nimcache
cd ..

0 comments on commit 8d7b402

Please sign in to comment.