summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Keyte2016-03-11 21:11:30 -0600
committerJeff Keyte2016-03-11 21:11:30 -0600
commit4823b2efe454848636f21c9ffe41e545a958c0fd (patch)
treee119d75797bcb38ac2b46c50b985f85775ab5568
parent21841cde7e69ac1f16fc0972b5920e94a384a19f (diff)
downloadaur-4823b2efe454848636f21c9ffe41e545a958c0fd.tar.gz
Updated make to make -j2 for dual core use
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2f9a37ef8b4..12df629eda8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ build() {
-DENABLE_PYTHON='TRUE' \
-DPYTHON_EXEC='/usr/bin/python2' \
-DUSE_INTERNAL_FFMPEG='TRUE'
- make
+ make -j2
}
package() {