summaryrefslogtreecommitdiff
path: root/user/protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'user/protobuf')
-rw-r--r--user/protobuf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/protobuf/APKBUILD b/user/protobuf/APKBUILD
index e9243288f..a4d1c586f 100644
--- a/user/protobuf/APKBUILD
+++ b/user/protobuf/APKBUILD
@@ -71,7 +71,7 @@ build() {
# Build test-suite
cd "$builddir"/third_party/googletest/
cmake .
- make
+ make -j1
}
check() {