Skip to content

Commit

Permalink
Add back -lffi LDFLAG
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Dec 1, 2023
1 parent 3ff398f commit 84bf271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GCC := $(shell which gcc)
DEFAULT_CC = $(CC)

CFLAGS = -g -Ofast -I$(DIR)/internal/obj/libffi/include
LDFLAGS = -L$(DIR)/internal/obj/libffi/include -lm
LDFLAGS = -L$(DIR)/internal/obj/libffi/include -lffi -lm

UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
Expand Down

0 comments on commit 84bf271

Please sign in to comment.