From 0d9c9bae120f92274e1c68f7abdebfcf2c24405d Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sun, 14 Apr 2024 18:26:41 +0200 Subject: Makefile fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 868c481..72576a2 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ endif # Autodetect LUA # -LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT)) +LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT) luajit$(_LUAEXT)) _TARGET_SO=$(_TARGET_DIR)/core.$(_SO) -- cgit v1.2.3-55-g6feb