v8: build for musl
This commit is contained in:
parent
04367eafb2
commit
7b0120c8c4
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=v8
|
||||
_sonamever=3.24
|
||||
version=${_sonamever}.35.33
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="which python"
|
||||
makedepends="readline-devel"
|
||||
short_desc="V8 JavaScript Engine"
|
||||
|
@ -13,8 +13,8 @@ distfiles="http://commondatastorage.googleapis.com/chromium-browser-official/v8-
|
|||
checksum=ebde3d100aa61ee6cdff436ef8cc9291b99f0c246afddd67120838f1b85871ec
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64) _target="x64";;
|
||||
i686) _target="ia32";;
|
||||
x86_64*) _target="x64";;
|
||||
i686*) _target="ia32";;
|
||||
arm*) _target="arm"; _opts="hardfp=on snapshot=off";;
|
||||
*) msg_error "$pkgver: unknown target architecture!\n" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue