subtle: use a generic cross check instead of restricting archs
This commit is contained in:
parent
75893676a6
commit
e2aed1b1cb
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ homepage="http://subtle.subforge.org"
|
|||
conf_files="/etc/xdg/subtle/subtle.rb"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
broken="Word size must match"
|
||||
fi
|
||||
hostmakedepends+=" $makedepends"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
|
||||
export CFLAGS
|
||||
|
|
Loading…
Reference in a new issue