chromium: multilib pkgs are only available on 64bit platforms.
This commit is contained in:
parent
8ae379e094
commit
1148a72de0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ depends="desktop-file-utils hicolor-icon-theme"
|
|||
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64|arm*) hostmakedepends+=" gcc-c++-multilib"
|
||||
x86_64) hostmakedepends+=" gcc-c++-multilib"
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue