Skip to content

Commit 07e75f4

Browse files
committed
Fix lua54 long errors
1 parent 8dfd382 commit 07e75f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua54/PSPBUILD

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname=lua54
22
pkgver=5.4.6
3-
pkgrel=1
3+
pkgrel=2
44
pkgdesc="a powerful, efficient, lightweight, embeddable scripting language (version 5.4)"
55
arch=('mips')
66
url="https://lua.org"
@@ -22,6 +22,8 @@ prepare() {
2222
sed -e 's/–/–/g' \
2323
-e 's/©/©/g' \
2424
-e '/<P>/d' > LICENSE
25+
# Fix 64 bit systems
26+
sed -i '/#define LUA_32BITS/s/0/1/g' src/luaconf.h
2527
}
2628

2729
build() {

0 commit comments

Comments
 (0)