removed -j4

This commit is contained in:
acxz 2019-06-30 17:36:59 -04:00
parent 19028b3d07
commit e3f7d90e0c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ignition-math
pkgdesc = Math classes and functions for robot applications
pkgver = 6.2.0
pkgrel = 3
pkgrel = 4
url = http://ignitionrobotics.org/
arch = i686
arch = x86_64

View file

@ -2,7 +2,7 @@
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
pkgname=ignition-math
pkgver=6.2.0
pkgrel=3
pkgrel=4
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/"
@ -30,7 +30,7 @@ build() {
-DBUILD_TESTING:BOOL=False
# Compile
make -j4
make
}
#check() {