diff options
Diffstat (limited to 'main/gstreamer/APKBUILD')
-rw-r--r-- | main/gstreamer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gstreamer/APKBUILD b/main/gstreamer/APKBUILD index 1e9f9dab106..a2816166fd0 100644 --- a/main/gstreamer/APKBUILD +++ b/main/gstreamer/APKBUILD @@ -44,7 +44,7 @@ build() { -Dpackage-name="GStreamer (Alpine Linux)" \ -Dpackage-origin="https://alpinelinux.org" \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |