Skip to content

Commit 08427f4

Browse files
authored
Update Makefile.win to fix compilation error with erlang 26 - related to #59
1 parent 9c71cd7 commit 08427f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646
del /Q /F priv
4747

4848
Makefile.auto.win:
49-
erl -noshell -s init stop -eval "io:setopts(standard_io, [{encoding, unicode}]), io:format(\"ERTS_INCLUDE_PATH=~ts/erts-~ts/include/\", [code:root_dir(), erlang:system_info(version)])." > $@
49+
erl -noshell -eval "io:format(\"ERTS_INCLUDE_PATH=~ts/erts-~ts/include/\", [code:root_dir(), erlang:system_info(version)])." -s init stop > $@
5050

5151
!IFDEF ERTS_INCLUDE_PATH
5252
priv\argon2_nif.dll:

0 commit comments

Comments
 (0)