Skip to content

Commit

Permalink
Merge pull request #38 from richorama/master
Browse files Browse the repository at this point in the history
Erlang R16B02 (added escript.exe as a binary)
  • Loading branch information
lukesampson committed Nov 28, 2013
2 parents f742855 + ee04f10 commit 560c847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/erlang.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"extract_dir": "$_OUTDIR",
"bin": [
"bin\\erl.exe"
"bin\\erl.exe",
"bin\\escript.exe"
],
"post_install": "
$ini = \"$dir\\bin\\erl.ini\"
Expand Down

0 comments on commit 560c847

Please sign in to comment.