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:
parent
ac9b2e9d75
commit
92bc518a4b
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ build() {
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTING=OFF
|
||||
|
||||
make -C build -j $(nproc)
|
||||
make -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue