mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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"
|
conf_files="/etc/xdg/subtle/subtle.rb"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
broken="Word size must match"
|
||||||
|
fi
|
||||||
hostmakedepends+=" $makedepends"
|
hostmakedepends+=" $makedepends"
|
||||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
|
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
|
|
Loading…
Add table
Reference in a new issue