diff options
Diffstat (limited to 'community/py3-gst/APKBUILD')
-rw-r--r-- | community/py3-gst/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-gst/APKBUILD b/community/py3-gst/APKBUILD index bf79fbecd33..0039a7aaa4b 100644 --- a/community/py3-gst/APKBUILD +++ b/community/py3-gst/APKBUILD @@ -25,7 +25,7 @@ build() { abuild-meson \ -Dpython=/usr/bin/python3 \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |