Skip to content

Commit

Permalink
Fix compilation with Erlang/OTP 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 17, 2020
1 parent f73f0f7 commit cb23833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,3 +22,4 @@ otp_release:
- 20.3
- 21.3
- 22.3
- 23.0
1 change: 1 addition & 0 deletions rebar.config
Expand Up @@ -27,6 +27,7 @@
{platform_define, "^(15|16|17)", 'HAVE_FROM_FORM0'},
{platform_define, "^(15|16|17|18|19\\.0|19\\.1|19\\.2)", 'USE_DICT'}]}.
{port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"},
{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
{"freebsd", "CFLAGS", "$CFLAGS -I/usr/local/include"},
{"freebsd","LDFLAGS", "$LDFLAGS -L/usr/local/lib"}]}.

Expand Down

0 comments on commit cb23833

Please sign in to comment.