From c40e98e8127138ad32fe26d2ba4eeecefdaaef2b Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 17 Apr 2025 17:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f715cc..70e44cb 100644 --- a/Makefile +++ b/Makefile @@ -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; \