summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-05-12 14:58:36 +0200
committerbartus2018-05-12 14:58:36 +0200
commit2ade3d7545701cd8561ce5376ba8d9d9170b9947 (patch)
tree297dd4dbe9fa0d6f969b3cb3892d20a83d234618 /PKGBUILD
parente494bc68d76553dd542211319377ab3356071717 (diff)
downloadaur-2ade3d7545701cd8561ce5376ba8d9d9170b9947.tar.gz
dorp build_shared_libs as it only produces conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a69ee398e3b5..ba211f2f6e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,10 +28,8 @@ build() {
cd ${srcdir}/LuxCore-${pkgname}_v${pkgver}/
# mkdir -p build
# cd build
- cmake -DBUILD_SHARED_LIBS=ON .
+ cmake .
make
-# remove local glfw-x11 library, will be removed when swiched to sys deps
- rm lib/libglfw*
}
package() {