diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-17 16:34:55 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-17 17:55:06 +0200 |
commit | e47c27c46081f2b007ad43f8fd695377d8b70872 (patch) | |
tree | a0161566e11454f527c0779713f7b9c90be5d5d6 /testing | |
parent | 7deea7f74ab1d3946e59e41eb6e8c7379048237d (diff) | |
download | aports-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')
-rw-r--r-- | testing/zig/APKBUILD | 3 |
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(). |