From ce9ae722c4582be6306af577beb62c77f726ef4d Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 18 Nov 2024 21:53:12 +0800 Subject: [PATCH] :art: Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184 --- kernel/harmony/build-win.sh | 1 + kernel/harmony/build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/kernel/harmony/build-win.sh b/kernel/harmony/build-win.sh index 5d6c2d513..fc3b15d32 100755 --- a/kernel/harmony/build-win.sh +++ b/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 diff --git a/kernel/harmony/build.sh b/kernel/harmony/build.sh index f7e3aaabc..a1c3c9569 100755 --- a/kernel/harmony/build.sh +++ b/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