summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2020-05-24 16:17:23 +0300
committerStelios Tsampas2020-05-24 16:17:23 +0300
commit32e044f9aa388023f53fec93707c568a39b7c6c2 (patch)
treec3f9c0f58a4309ed50fcb3ed27ad0672f3b01c46 /PKGBUILD
parent6f47dd0c5aa411e58ca60024e5e55abaa3c9aa78 (diff)
downloadaur-32e044f9aa388023f53fec93707c568a39b7c6c2.tar.gz
Fix build, thanks mnd999
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bee4b329fd5..e2901c817df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dxvk-winelib
pkgver=1.6.1
-pkgrel=4
+pkgrel=5
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, Winelib version'
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
@@ -81,6 +81,7 @@ build() {
--optimization=3 \
--strip \
-Denable_tests=false
+ sed -i 's/-pthread/-lpthread/g' build/x64/build.ninja
ninja -C "build/x64" -v
meson dxvk "build/x32" \
@@ -91,6 +92,7 @@ build() {
--optimization=3 \
--strip \
-Denable_tests=false
+ sed -i 's/-pthread/-lpthread/g' build/x32/build.ninja
ninja -C "build/x32" -v
}