Skip to content

Commit

Permalink
Merge remote-tracking branch 'forke-siyuan/dev' into v0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jun 1, 2024
2 parents f3dc90a + baaec94 commit 973783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Sillot-Kernel" -ldflags "

echo 'Building Kernel arm64'
export GOARCH=arm64
export CC=~/llvm-mingw-20240518-ucrt-ubuntu-20.04-x86_64/bin/aarch64-w64-mingw32-gcc
export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Sillot-Kernel" -ldflags "-s -w" .
cd ..

Expand Down

0 comments on commit 973783f

Please sign in to comment.