chromium: typo fix for previous: CROSS -> CROSS_BUILD.
This commit is contained in:
parent
d3e37c27b0
commit
58213139b0
|
@ -25,7 +25,7 @@ makedepends="libpng-devel gtk+-devel nss-devel pciutils-devel
|
|||
depends="hwids desktop-file-utils hicolor-icon-theme"
|
||||
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
|
||||
|
||||
if [ -z "$CROSS" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
if [ -z "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
hostmakedepends+=" gcc-c++-multilib"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user