diff options
Diffstat (limited to 'testing/khronos/APKBUILD')
-rw-r--r-- | testing/khronos/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/khronos/APKBUILD b/testing/khronos/APKBUILD index 8ea37fb6c3b..734d9623bd8 100644 --- a/testing/khronos/APKBUILD +++ b/testing/khronos/APKBUILD @@ -22,7 +22,7 @@ source="https://github.com/lainsce/khronos/archive/refs/tags/$pkgver/khronos-$pk build() { abuild-meson \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |