diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-16 12:44:22 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-17 10:02:46 +0200 |
| commit | 1ad508bcc409ec1d25f0e77e719fb1809cb6c2b4 (patch) | |
| tree | c568a5d842d4ef06a645ea4e7991c5d895842c4c | |
| parent | 8406442163aaccd478055e6510efbd35cf611180 (diff) | |
| download | aports-1ad508bcc409ec1d25f0e77e719fb1809cb6c2b4.tar.bz2 aports-1ad508bcc409ec1d25f0e77e719fb1809cb6c2b4.tar.xz | |
testing/mir-core: enable on x86
ldc is available on x86 now
| -rw-r--r-- | testing/mir-core/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mir-core/APKBUILD b/testing/mir-core/APKBUILD index 2ca8c8373c..f25979ee81 100644 --- a/testing/mir-core/APKBUILD +++ b/testing/mir-core/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.2 pkgrel=0 pkgdesc="Base software building blocks and conventions" url="https://github.com/libmir/mir-core" -arch="x86_64 aarch64" # ldc +arch="x86 x86_64 aarch64" # ldc license="BSL-1.0" makedepends="meson ldc ldc-runtime" subpackages="$pkgname-dev" |
