diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2024-04-14 18:26:41 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2024-04-14 18:26:41 +0200 |
commit | 0d9c9bae120f92274e1c68f7abdebfcf2c24405d (patch) | |
tree | a5a11f31a00d67bc2ad964e132637a524639ef45 /Makefile | |
parent | 011898fab90103ff638c5e6608956b9817e7da13 (diff) | |
download | lanes-0d9c9bae120f92274e1c68f7abdebfcf2c24405d.tar.gz lanes-0d9c9bae120f92274e1c68f7abdebfcf2c24405d.tar.bz2 lanes-0d9c9bae120f92274e1c68f7abdebfcf2c24405d.zip |
Makefile fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ endif | |||
33 | 33 | ||
34 | # Autodetect LUA | 34 | # Autodetect LUA |
35 | # | 35 | # |
36 | LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT)) | 36 | LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT) luajit$(_LUAEXT)) |
37 | 37 | ||
38 | _TARGET_SO=$(_TARGET_DIR)/core.$(_SO) | 38 | _TARGET_SO=$(_TARGET_DIR)/core.$(_SO) |
39 | 39 | ||