diff options
Diffstat (limited to 'community/glibmm/APKBUILD')
-rw-r--r-- | community/glibmm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glibmm/APKBUILD b/community/glibmm/APKBUILD index 604494fd61f..8c1f476930c 100644 --- a/community/glibmm/APKBUILD +++ b/community/glibmm/APKBUILD @@ -18,7 +18,7 @@ build() { -Dbuild-documentation=false \ -Dbuild-examples=false \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } package() { |