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 1253d464f1
commit da3252c2c6

View file

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