Browse Source

Merge pull request #4 from homeway/master

It can't work for my mac if you remove -noinput
Namdak Tonpa 10 years ago
parent
commit
7f21c239a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build

+ 1 - 1
build

@@ -2,7 +2,7 @@
 
 main(_) ->
     App = "mad",
-    EmuArgs = "-noshell",
+    EmuArgs = "-noshell -noinput",
     Files = files(),
     escript:create(App, [shebang, {comment, ""}, {emu_args, EmuArgs}, {archive, Files, []}]),
     ok = file:change_mode(App, 8#764).