diff options
Diffstat (limited to 'extra/meson/PKGBUILD')
-rw-r--r-- | extra/meson/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/meson/PKGBUILD b/extra/meson/PKGBUILD new file mode 100644 index 00000000..e197dae4 --- /dev/null +++ b/extra/meson/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # too many dependencies + unset check +fi |