diff options
Diffstat (limited to 'user/protobuf/APKBUILD')
-rw-r--r-- | user/protobuf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/protobuf/APKBUILD b/user/protobuf/APKBUILD index 5cfa27497..57708bda2 100644 --- a/user/protobuf/APKBUILD +++ b/user/protobuf/APKBUILD @@ -47,7 +47,7 @@ build() { -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} cmake - make + make -j1 # Build for Ruby cd "$builddir"/ruby |