aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zig/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-17 16:34:55 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-17 17:55:06 +0200
commite47c27c46081f2b007ad43f8fd695377d8b70872 (patch)
treea0161566e11454f527c0779713f7b9c90be5d5d6 /testing/zig/APKBUILD
parent7deea7f74ab1d3946e59e41eb6e8c7379048237d (diff)
downloadaports-e47c27c46081f2b007ad43f8fd695377d8b70872.tar.bz2
aports-e47c27c46081f2b007ad43f8fd695377d8b70872.tar.xz
testing/zig: do net set CMAKE_CROSSOPTS in package()
This variable is unused since 968c24a4225635826f41c131d3890ed634ce6ec4
Diffstat (limited to 'testing/zig/APKBUILD')
-rw-r--r--testing/zig/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/zig/APKBUILD b/testing/zig/APKBUILD
index 9a14285cf2..e9aa7abc60 100644
--- a/testing/zig/APKBUILD
+++ b/testing/zig/APKBUILD
@@ -42,9 +42,6 @@ check() {
}
package() {
- if [ "$CBUILD" != "$CHOST" ]; then
- CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
- fi
make -C build DESTDIR="$pkgdir" install
# Documentation is generated as part of `./zig build test` in check().