summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorusername2272024-06-03 12:41:36 -0400
committerusername2272024-06-03 12:41:36 -0400
commit78ddc205a139fa57a72d23b6a5d80c89dbc52230 (patch)
tree1d6bb5cdbb048879960ac76b0c1a4375a76d7447 /PKGBUILD
parent89db4a0d2d60b20c737ce12d5c410771856c77c7 (diff)
downloadaur-78ddc205a139fa57a72d23b6a5d80c89dbc52230.tar.gz
add external_spirv buildflag to correct build error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b77cdbc5b02f..05d03ba8ee13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=torzu
pkgname=torzu
pkgver=2024.05.31
_pkgver=2024-05-31
-pkgrel=1
+pkgrel=2
pkgdesc="Torzu is a fork of yuzu, the world's most popular, open-source, Nintendo Switch emulator. It is written in C++ with portability in mind."
arch=(x86_64)
url=https://github.com/litucks/torzu
@@ -106,6 +106,7 @@ build() {
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DENABLE_QT_TRANSLATION=OFF \
-DUSE_DISCORD_PRESENCE=ON \
+ -DYUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS=OFF \
-DTORZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
-DTORZU_USE_BUNDLED_FFMPEG=ON \
-DTORZU_ENABLE_LTO=ON \