Browse Source

It can’t work for my mac if remove -noinput

homeway 10 years ago
parent
commit
3237c1f1f4
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).