We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0afecf commit 131a07eCopy full SHA for 131a07e
build.sh
@@ -50,11 +50,11 @@ ZIG_GLOBAL_CACHE_DIR=/tmp/offline-cache ./nix/build-support/fetch-zig-cache.sh
50
case "${ARCH}" in
51
"x86_64")
52
ld_linux="ld-linux-x86-64.so.2"
53
- ZIG_BUILD_OPTS="-Dcpu=baseline -Dtarget=x86-linux-gnu"
+ ZIG_BUILD_OPTS="-Dcpu=baseline"
54
;;
55
"aarch64")
56
ld_linux="ld-linux-aarch64.so.1"
57
- ZIG_BUILD_OPTS="-Dcpu=armv8 -Dtarget=aarch64-linux-gnu"
+ ZIG_BUILD_OPTS="-Dcpu=armv8"
58
59
*) ;;
60
esac
0 commit comments