main/openjdk12-bootstrap: disable on zero platforms
This commit is contained in:
parent
556108e8e2
commit
4d7940343a
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
if [ -n "$_use_zero" ]; then
|
||||
broken="i ain't building this, remove if you like"
|
||||
makedepends+=" libffi-devel"
|
||||
configure_args+=" --with-jvm-variants=zero"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue