Skip to content

Commit

Permalink
Remove deprecated erl_interface for OTP 23 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Oct 16, 2020
1 parent a4508cb commit e3bbf20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ endif
CFLAGS += -fPIC -I$(ERTS_INCLUDE_DIR) -I$(ERL_INTERFACE_INCLUDE_DIR) -Wextra
CXXFLAGS += -fPIC -I$(ERTS_INCLUDE_DIR) -I$(ERL_INTERFACE_INCLUDE_DIR) -Wextra

LDLIBS += -L $(ERL_INTERFACE_LIB_DIR) -lerl_interface -lei

# Verbosity.

c_verbose_0 = @echo " C " $(?F);
Expand Down

0 comments on commit e3bbf20

Please sign in to comment.