support for build with current Lua version 5.4.3
On some platforms this may require: make spotless make fetch-lua I did attempt to force a reminder message about the latter to Makefile.top this time, and hope that works correctly for everyone.
This commit is contained in:
@@ -36,9 +36,9 @@ endif
|
||||
ifdef BUILD_TARGET_LUA
|
||||
#===============-=================================================
|
||||
# LUA library
|
||||
# Source from http://www.lua.org/ftp/lua-5.4.2.tar.gz
|
||||
# Source from http://www.lua.org/ftp/lua-5.4.3.tar.gz
|
||||
#=================================================================
|
||||
LUA_VERSION ?=5.4.2
|
||||
LUA_VERSION ?=5.4.3
|
||||
LUATOP ?= ../lib/lua-$(LUA_VERSION)
|
||||
LUASRCDIR ?= $(LUATOP)/src
|
||||
LUAOBJFILES1 = $(TARGETPFX)lapi.o $(TARGETPFX)lauxlib.o \
|
||||
@@ -129,7 +129,7 @@ ifdef CROSS_TO_MSDOS
|
||||
# 2. Then
|
||||
# make CROSS_TO_MSDOS=1 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 all
|
||||
#
|
||||
# Source from http://www.lua.org/ftp/lua-5.4.2.tar.gz
|
||||
# Source from http://www.lua.org/ftp/lua-5.4.3.tar.gz
|
||||
#=================================================================
|
||||
|
||||
CFLAGS += -DCROSSCOMPILE
|
||||
|
||||
Reference in New Issue
Block a user