diff options
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(). |