liblua54: update Makefile.patch

This commit is contained in:
Leonid Pliushch 2020-12-07 21:43:38 +00:00
parent eee1b172ad
commit d92c4ac0f6
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -28,7 +28,7 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile
+# Lua version and release. +# Lua version and release.
+V= 5.4 +V= 5.4
+R= $V.1 +R= $V.2
+ +
# What to install. # What to install.
TO_BIN= lua luac TO_BIN= lua luac
@ -39,7 +39,7 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile
-# Lua version and release. -# Lua version and release.
-V= 5.4 -V= 5.4
-R= $V.1 -R= $V.2
- -
# Targets start here. # Targets start here.
all: $(PLAT) all: $(PLAT)