diff options
Diffstat (limited to 'community/g3k/APKBUILD')
-rw-r--r-- | community/g3k/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/g3k/APKBUILD b/community/g3k/APKBUILD index abf526fc58a..322a5f81801 100644 --- a/community/g3k/APKBUILD +++ b/community/g3k/APKBUILD @@ -27,7 +27,7 @@ build() { -Dapi_doc=false \ -Dexamples=false \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |