From 3d365815709e84ec6c113c4ea8c736993b42d84c Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Sun, 2 Jun 2024 17:47:44 +0900 Subject: [PATCH] Include libffi in executable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9a08ec..8c62215 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OFLAGS += $(GFLAGS) -O3 -DNDEBUG -DTYPECODES=1 -DDELOPT=1 PFLAGS += $(OFLAGS) -pg CFLAGS += -D_GNU_SOURCE -I/opt/local/include LDLIBS += -L/opt/local/lib -LDLIBS += -lgc -lm +LDLIBS += -lgc -lm -lffi MAIN = minproto