Skip to content

Commit 586b18e

Browse files
committed
⏰ box64: auto updated to 0.3.8-3
It has been built because: * nvchecker detects the following updates: aur(0): 0.3.8-2 -> 0.3.8-3
1 parent 3506c3d commit 586b18e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

alarmcn/box64/PKGBUILD

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pkgname=box64
55
pkgver=0.3.8
6-
pkgrel=2
6+
pkgrel=3
77
pkgdesc='Linux Userspace x86_64 Emulator with a twist'
88
arch=('x86_64' 'aarch64' 'riscv64' 'powerpc64le')
99
url='https://github.com/ptitSeb/box64'
@@ -35,21 +35,29 @@ build() {
3535
fi
3636
cmake -B build -S . \
3737
$exargs \
38+
-DBOX32=ON \
39+
-DBOX32_BINFMT=ON \
3840
-DARM_DYNAREC=ON \
3941
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
4042
-DCMAKE_INSTALL_PREFIX=/usr
4143
elif [[ $CARCH == "x86_64" ]]; then
4244
cmake -B build -S . \
45+
-DBOX32=ON \
46+
-DBOX32_BINFMT=ON \
4347
-DLD80BITS=1 -DNOALIGN=1 \
4448
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
4549
-DCMAKE_INSTALL_PREFIX=/usr
4650
elif [[ $CARCH == "powerpc64le" ]]; then
4751
cmake -B build -S . \
52+
-DBOX32=ON \
53+
-DBOX32_BINFMT=ON \
4854
-DPPC64LE=1 \
4955
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
5056
-DCMAKE_INSTALL_PREFIX=/usr
5157
elif [[ $CARCH == "riscv64" ]]; then
5258
cmake -B build -S . \
59+
-DBOX32=ON \
60+
-DBOX32_BINFMT=ON \
5361
-DRV64=1 \
5462
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
5563
-DCMAKE_INSTALL_PREFIX=/usr

0 commit comments

Comments
 (0)