diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-11-22 20:26:52 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-11-22 20:26:52 -0600 |
commit | d0301f9696ea6d97a146204a5033e84fa4e68831 (patch) | |
tree | a516e3628aee945cac8d098d2ae11e4876135636 /testing/v8 | |
parent | a0b24b058a9660cbbc5c15018d77a29e9ddf7a06 (diff) | |
download | aports-d0301f9696ea6d97a146204a5033e84fa4e68831.tar.bz2 aports-d0301f9696ea6d97a146204a5033e84fa4e68831.tar.xz |
testing/v8: x86 build fix
Diffstat (limited to 'testing/v8')
-rw-r--r-- | testing/v8/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/v8/APKBUILD b/testing/v8/APKBUILD index 6f5af770ba..40ef6e8d85 100644 --- a/testing/v8/APKBUILD +++ b/testing/v8/APKBUILD @@ -29,6 +29,7 @@ build() { cd "$_builddir" v8_arch=${CARCH} + test ${CARCH} = x86 && v8_arch=ia32 test ${CARCH} = x86_64 && v8_arch=x64 msg "building for ${v8_arch}" |