From 412c497d49acbdb66a92e0a9db6c921e8169cfd2 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 1 Oct 2024 10:50:00 +0200 Subject: Makefile fixes for g++/mingw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e81c12a..8b06e56 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) luajit$(_LUAEXT)) +LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) $(shell which lua$(_LUAEXT)) $(shell which luajit$(_LUAEXT))) _TARGET_SO=$(_TARGET_DIR)/core.$(_SO) -- cgit v1.2.3-55-g6feb