Browse Source

:art: Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184

Daniel 7 months ago
parent
commit
ce9ae722c4
2 changed files with 2 additions and 0 deletions
  1. 1 0
      kernel/harmony/build-win.sh
  2. 1 0
      kernel/harmony/build.sh

+ 1 - 0
kernel/harmony/build-win.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 
+export GOPROXY=https://goproxy.io
 export CGO_ENABLED=1
 export GOOS=android
 export GOARCH=amd64

+ 1 - 0
kernel/harmony/build.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 
+export GOPROXY=https://goproxy.io
 export CGO_ENABLED=1
 export GOOS=android
 export GOARCH=arm64