From 8be34eec7e3dc9852d7f29a4e333470d98008888 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 5 Apr 2026 18:54:52 +0000 Subject: universal(?) lua support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0b83e7..de11423 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = clang++ RM = rm -f PREFIX ?= /usr/local -CXXFLAGS += $(shell pkg-config --cflags --libs luajit ) -I./include +CXXFLAGS += $(shell pkg-config --cflags --libs luajit ) -I./include -L/usr/lib default: pkgit -- cgit v1.2.3