]> git.pld-linux.org Git - packages/libayatana-appindicator.git/commitdiff
use -j1 only when building with dotnet
authorJan Palus <atler@pld-linux.org>
Wed, 21 Oct 2020 16:32:03 +0000 (18:32 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 21 Oct 2020 16:32:03 +0000 (18:32 +0200)
libappindicator.spec

index 2460b4b543838dda3b05f781e0359ea435061d56..c94754cb3970da39bc30597d87baca3cd958d1e7 100644 (file)
@@ -291,7 +291,7 @@ cd build-gtk$gtkver
        --with-gtk=$gtkver \
        --with-html-dir=%{_gtkdocdir}
 # -j1 because of racy mono build
-%{__make} -j1
+%{__make} %{?with_dotnet:-j1}
 cd ..
 done
 
This page took 0.108502 seconds and 4 git commands to generate.