bump Lua references from 5.4.6 to 5.4.8
This commit is contained in:
@@ -24,9 +24,9 @@ endif
|
||||
ifdef BUILD_TARGET_LUA
|
||||
#===============-=================================================
|
||||
# LUA library
|
||||
# Source from http://www.lua.org/ftp/lua-5.4.6.tar.gz
|
||||
# Source from http://www.lua.org/ftp/lua-5.4.8.tar.gz
|
||||
#=================================================================
|
||||
LUA_VERSION ?=5.4.6
|
||||
LUA_VERSION ?=5.4.8
|
||||
LUATOP ?= ../lib/lua-$(LUA_VERSION)
|
||||
LUASRCDIR ?= $(LUATOP)/src
|
||||
LUAOBJFILES1 = $(TARGETPFX)lapi.o $(TARGETPFX)lauxlib.o \
|
||||
|
||||
@@ -3,6 +3,6 @@ mkdir -p lib
|
||||
cd lib
|
||||
git clone --depth 1 https://github.com/wmcbrine/PDCurses.git pdcurses
|
||||
#git clone --depth 1 https://github.com/universal-ctags/ctags.git ctags
|
||||
curl -R -O http://www.lua.org/ftp/lua-5.4.6.tar.gz
|
||||
tar zxf lua-5.4.6.tar.gz
|
||||
curl -R -O http://www.lua.org/ftp/lua-5.4.8.tar.gz
|
||||
tar zxf lua-5.4.8.tar.gz
|
||||
cd ../
|
||||
|
||||
Reference in New Issue
Block a user