mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
adc4d13f12
commit
ce9ae722c4
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export GOPROXY=https://goproxy.io
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
export GOOS=android
|
export GOOS=android
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export GOPROXY=https://goproxy.io
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
export GOOS=android
|
export GOOS=android
|
||||||
export GOARCH=arm64
|
export GOARCH=arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue