diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-16 12:45:37 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-17 10:02:46 +0200 |
commit | eee8090a349f1b3bd6eccdd706adb8d7f4713b4c (patch) | |
tree | 29a812a48af13aceb0cc2d4263f2610b2a2a49b9 | |
parent | 48ad30d1023fc3e0e944bdc86c89f550928c2b6f (diff) | |
download | aports-eee8090a349f1b3bd6eccdd706adb8d7f4713b4c.tar.bz2 aports-eee8090a349f1b3bd6eccdd706adb8d7f4713b4c.tar.xz |
testing/dsymbol: enable on x86
ldc is available on x86 now
-rw-r--r-- | testing/dsymbol/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dsymbol/APKBUILD b/testing/dsymbol/APKBUILD index bb63edb7f6..61459d34fa 100644 --- a/testing/dsymbol/APKBUILD +++ b/testing/dsymbol/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.1 pkgrel=0 pkgdesc="Basic symbol lookup/resolution for libdparse" url="https://github.com/dlang-community/dsymbol" -arch="x86_64 aarch64" # ldc +arch="x86 x86_64 aarch64" # ldc license="BSL-1.0" makedepends="meson ldc ldc-runtime stdx-allocator-dev libdparse-dev dcontainers-dev" subpackages="$pkgname-dev" |