Skip to content

Commit 131a07e

Browse files
author
psadi
committed
remove target
1 parent e0afecf commit 131a07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ ZIG_GLOBAL_CACHE_DIR=/tmp/offline-cache ./nix/build-support/fetch-zig-cache.sh
5050
case "${ARCH}" in
5151
"x86_64")
5252
ld_linux="ld-linux-x86-64.so.2"
53-
ZIG_BUILD_OPTS="-Dcpu=baseline -Dtarget=x86-linux-gnu"
53+
ZIG_BUILD_OPTS="-Dcpu=baseline"
5454
;;
5555
"aarch64")
5656
ld_linux="ld-linux-aarch64.so.1"
57-
ZIG_BUILD_OPTS="-Dcpu=armv8 -Dtarget=aarch64-linux-gnu"
57+
ZIG_BUILD_OPTS="-Dcpu=armv8"
5858
;;
5959
*) ;;
6060
esac

0 commit comments

Comments
 (0)