From 2c25c8d802a8f1553635cd60241265c1853251cd Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Mar 2025 21:26:54 +0200 Subject: allow 32bit compilation --- scripts/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/makefile b/scripts/makefile index 3efa6d7..e61e101 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -54,8 +54,8 @@ gen/gen_parser.c: src/parser.y gen/gen_lexer.inc gen/gen_lexer.inc: src/lexer.l flex -o gen/gen_lexer.inc src/lexer.l -posthaste: $(POSTHASTE_OBJS) deps/ejit/ejit.o - $(COMPILE_POSTHASTE) $(POSTHASTE_OBJS) deps/ejit/ejit.o -o $@ $(LINK_FLAGS) +posthaste: $(POSTHASTE_OBJS) deps/ejit/libejit.a + $(COMPILE_POSTHASTE) $(POSTHASTE_OBJS) deps/ejit/libejit.a -o $@ $(LINK_FLAGS) # might lint some common things twice .PHONY: -- cgit v1.2.3