diff options
Diffstat (limited to 'community/amberol/APKBUILD')
-rw-r--r-- | community/amberol/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/amberol/APKBUILD b/community/amberol/APKBUILD index eb25c7f2a94..8ddd15816b7 100644 --- a/community/amberol/APKBUILD +++ b/community/amberol/APKBUILD @@ -48,7 +48,7 @@ build() { abuild-meson \ --buildtype=release \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |