mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
7 lines
254 B
Bash
Executable file
7 lines
254 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export CGO_ENABLED=1
|
|
export GOOS=android
|
|
export GOARCH=amd64
|
|
export CC=/mnt/f/ohos-sdk-windows_linux-public/linux/native/llvm/bin/x86_64-unknown-linux-ohos-clang
|
|
go build --tags fts5 -ldflags "-s -w" -buildmode=c-shared -v -o libkernel.so .
|