Fixed minor error in nakefile.
h3rald h3rald@h3rald.com
Sat, 18 Oct 2014 11:31:52 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
nakefile.nim
→
nakefile.nim
@@ -40,7 +40,7 @@ runTask "linux-arm-build"
direshell zip, filename_for("linux", "arm"), hs direshell "rm", hs echo "\n\n\n MAC OS X - x86:\n\n" - runTask "macosx-build" + runTask "macosx-x86-build" direshell zip, filename_for("macosx", "x86"), hs direshell "rm", hs echo "\n\n\n ALL DONE!"