summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2021-01-02 15:06:39 +0100
committerEric Engestrom2021-01-02 15:06:39 +0100
commitf3e419c7acff3d99dd8d0d62c53a97c282d304da (patch)
treea3d7bc6f207ab698adf7025313a64434e94c27a4 /PKGBUILD
parentc543af748ec0073e5fb59a3494c2bd970be4b54b (diff)
downloadaur-f3e419c7acff3d99dd8d0d62c53a97c282d304da.tar.gz
build the shared objects instead of the static archives
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f024682b5dd3..d93202dc520f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DSPIRV-Headers_SOURCE_DIR="$srcdir/SPIRV-Headers" \
+ -DBUILD_SHARED_LIBS=ON \
+ -DSPIRV_TOOLS_BUILD_STATIC=OFF \
-DSPIRV_WERROR=OFF \
-S SPIRV-Tools -B build
ninja -C build