Skip to content

Commit 1be94b2

Browse files
committed
emu args
1 parent 2cdaf22 commit 1be94b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mix.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ defmodule Protobuf.Mixfile do
6666
end
6767

6868
defp escript do
69-
[main_module: Protobuf.Protoc.CLI, name: "protoc-gen-elixir"]
69+
[
70+
main_module: Protobuf.Protoc.CLI,
71+
name: "protoc-gen-elixir",
72+
emu_args: "-kernel standard_io_encoding latin1"
73+
]
7074
end
7175

7276
defp package do

0 commit comments

Comments
 (0)