代码调整

This commit is contained in:
ziming 2025-04-17 17:03:10 +08:00
parent c616d31af9
commit c40e98e812
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ build-win:
export GO111MODULE=on; \
export CGO_ENABLED=0; \
export GOPROXY=https://goproxy.cn,direct; \
cd ${name} && go build -o ../../pkg/win/${name}.so .
cd ${name} && go build -o ../../pkg/win/${name}.so .
build-linux:
cd plugins; \