mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/mono: disable on arm
Seems mono needs now special action to bootstrap it. Build fails with: *** The compiler 'mcs' doesn't appear to be usable. *** You need Mono version 3.8 or better installed to build MCS *** Check mono README for information on how to bootstrap a Mono installation. /bin/sh: mcs: not found *** The version of 'mcs' is: .
This commit is contained in:
parent
5733f99bcc
commit
c3ae7a69b0
@ -5,7 +5,7 @@ pkgver=4.2.2.30
|
||||
pkgrel=1
|
||||
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
|
||||
url="http://www.mono-project.com/"
|
||||
arch="all"
|
||||
arch="x86_64 x86"
|
||||
license="GPL"
|
||||
depends="python"
|
||||
depends_dev="zlib-dev libgdiplus-dev"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user