diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ build() { ) arch-meson ${_altname}-${pkgver} build "${meson_options[@]}" - meson compile -C build + meson compile -C build ${MAKEFLAGS} } # tests do not work in an offline build environment |