diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-13 08:01:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-13 08:02:26 +0000 |
commit | c62a46b1fd4c3edd9bdc441e24390285dd428456 (patch) | |
tree | d51282f53bf0bc9dde03c8b095d40d1ed3f3950d /testing/mono | |
parent | c183a55f1f0d06ffa6858a59cd49a1a49f3a8ee5 (diff) | |
download | aports-c62a46b1fd4c3edd9bdc441e24390285dd428456.tar.bz2 aports-c62a46b1fd4c3edd9bdc441e24390285dd428456.tar.xz |
testing/mono: enable for armv7
seems to build on armv7 so lets enable it
Diffstat (limited to 'testing/mono')
-rw-r--r-- | testing/mono/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 158fb0b885..f7b81c6722 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.18.0.268 pkgrel=0 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="https://www.mono-project.com/" -arch="x86_64 x86" +arch="x86_64 x86 armv7" license="MIT" depends="python2" depends_dev="libgdiplus-dev zlib-dev" |