summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsygnmdev2018-08-25 02:14:50 +0200
committersygnmdev2018-08-25 02:14:50 +0200
commit1f58e0db6c10d9c771d209280614f5595aaebf69 (patch)
treee9fe51d717da0d7b3bfc02644d08c46c04894069
parent305391c51b37bebc332dad712b562945184d7243 (diff)
downloadaur-1f58e0db6c10d9c771d209280614f5595aaebf69.tar.gz
compile bug workaround
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf2eed7a58dd..a1702c6e0741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,9 @@ 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
}
package() {