Revert setting jobs option for make

This option should be set in makepkg.conf instead of being passed by the package
This commit is contained in:
Manuel 2022-11-23 17:50:04 +01:00
parent 221489813e
commit 88055ad306

View file

@ -20,7 +20,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF
make -C build -j $(nproc) make -C build
} }
package() { package() {