aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e81c12a..8b06e56 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ endif
33 33
34# Autodetect LUA 34# Autodetect LUA
35# 35#
36LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT) luajit$(_LUAEXT)) 36LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) $(shell which lua$(_LUAEXT)) $(shell which luajit$(_LUAEXT)))
37 37
38_TARGET_SO=$(_TARGET_DIR)/core.$(_SO) 38_TARGET_SO=$(_TARGET_DIR)/core.$(_SO)
39 39