summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsygnmdev2018-08-25 02:28:28 +0200
committersygnmdev2018-08-25 02:28:28 +0200
commitfe326fc13e5c617f2c3812b57c8098c65a999650 (patch)
treeb73b00cffd45bfa9f9d5bfe64eb6b892fa921b11 /PKGBUILD
parentb0a34600dda4db8406aa1e32fa7b5c56ce68d2d7 (diff)
downloadaur-sygnm.tar.gz
remove previous workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03f3fd796031..a07e73f47d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,7 @@ md5sums=('SKIP')
build() {
cd "${srcdir}/sygnm-git"
cmake . -GNinja -DCMAKE_BUILD_TYPE=Debug -DSYGNM_BUILD_ALL=On -DCMAKE_INSTALL_PREFIX=/usr
- ninja
- # TODO: On some machines, compilation randomly fails with 'ld: file not recognized: file truncated' errors, so multiple attempts are needed.
- ninja
- ninja
+ ninja -j1
}
package() {