diff options
Diffstat (limited to 'community/xdg-desktop-portal-wlr/APKBUILD')
-rw-r--r-- | community/xdg-desktop-portal-wlr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xdg-desktop-portal-wlr/APKBUILD b/community/xdg-desktop-portal-wlr/APKBUILD index 01718f0d730..f70d874638e 100644 --- a/community/xdg-desktop-portal-wlr/APKBUILD +++ b/community/xdg-desktop-portal-wlr/APKBUILD @@ -34,7 +34,7 @@ build() { -Db_lto=true \ -Dsd-bus-provider=basu \ . build - meson compile ${JOBS:+-j ${JOBS}} -C build + meson compile -C build } package() { |