bump Lua references from 5.4.6 to 5.4.8
This commit is contained in:
@@ -142,7 +142,7 @@ Q=@
|
||||
SKIP_NETHACKW = N
|
||||
|
||||
!IFNDEF LUA_VERSION
|
||||
LUAVER=5.4.6
|
||||
LUAVER=5.4.8
|
||||
!ELSE
|
||||
LUAVER=$(LUA_VERSION)
|
||||
!ENDIF
|
||||
@@ -534,9 +534,9 @@ GITBRANCH = -DNETHACK_GIT_BRANCH=\"$(GIT_BRANCH)\"
|
||||
GITPREFIX = -DNETHACK_GIT_PREFIX=\"$(GIT_PREFIX)\"
|
||||
!ENDIF
|
||||
|
||||
#===============-=================================================
|
||||
#=================================================================
|
||||
# LUA library
|
||||
# Official source for Lua is http://www.lua.org/ftp/lua-5.4.6.tar.gz
|
||||
# Official source for Lua is http://www.lua.org/ftp/lua-5.4.8.tar.gz
|
||||
#
|
||||
# Source for the NetHack repository submodule in ../submodules/lua
|
||||
# is https://github.com/lua/lua.git
|
||||
@@ -545,7 +545,7 @@ GITPREFIX = -DNETHACK_GIT_PREFIX=\"$(GIT_PREFIX)\"
|
||||
# Location of LUA
|
||||
#
|
||||
# Original source needs to be obtained from:
|
||||
# http://www.lua.org/ftp/lua-5.4.6.tar.gz
|
||||
# http://www.lua.org/ftp/lua-5.4.8.tar.gz
|
||||
#
|
||||
# This build assumes that the LUA sources are located
|
||||
# at the specified location. If they are actually elsewhere
|
||||
@@ -555,7 +555,7 @@ GITPREFIX = -DNETHACK_GIT_PREFIX=\"$(GIT_PREFIX)\"
|
||||
#
|
||||
|
||||
!IFNDEF LUAVER
|
||||
LUAVER=5.4.6
|
||||
LUAVER=5.4.8
|
||||
!ENDIF
|
||||
|
||||
LUALIB = $(LIBDIR)lua$(LUAVER)-$(TARGET_CPU)-static.lib
|
||||
@@ -1603,8 +1603,8 @@ $(PDCURSES_TOP)curses.h:
|
||||
# git submodule update --remote $(SUBM)$(R_PDCDIST)
|
||||
!ENDIF
|
||||
!ELSE # GIT_AVAILABLE no
|
||||
CURLLUASRC=http://www.lua.org/ftp/lua-5.4.6.tar.gz
|
||||
CURLLUADST=lua-5.4.6.tar.gz
|
||||
CURLLUASRC=http://www.lua.org/ftp/lua-5.4.8.tar.gz
|
||||
CURLLUADST=lua-5.4.8.tar.gz
|
||||
|
||||
#CURLPDCSRC=https://github.com/wmcbrine/PDCurses/archive/refs/tags/3.9.zip
|
||||
CURLPDCSRC=https://github.com/Bill-Gray/PDCursesMod/archive/refs/tags/v4.4.0.zip
|
||||
|
||||
Reference in New Issue
Block a user