瀏覽代碼

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

Daniel 7 月之前
父節點
當前提交
ce9ae722c4
共有 2 個文件被更改,包括 2 次插入0 次删除
  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
 #!/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 - 0
kernel/harmony/build.sh

@@ -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