kicad: mark broken for native builds.

Using the build style directly seems to only have worked for cross
builds.
This commit is contained in:
Érico Rolim 2021-03-06 11:44:38 -03:00
parent 1ee903aece
commit 8b571afc33

View file

@ -32,4 +32,6 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxPython4"
configure_args+=" -DPYTHON_DEST=/${py3_sitelib}
-DwxWidgets_CONFIG_OPTIONS='--prefix=${XBPS_CROSS_BASE}'"
else
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/34953/steps/shell_3/logs/stdio"
fi