代码调整
This commit is contained in:
parent
c616d31af9
commit
c40e98e812
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build-win:
|
||||||
export GO111MODULE=on; \
|
export GO111MODULE=on; \
|
||||||
export CGO_ENABLED=0; \
|
export CGO_ENABLED=0; \
|
||||||
export GOPROXY=https://goproxy.cn,direct; \
|
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:
|
build-linux:
|
||||||
cd plugins; \
|
cd plugins; \
|
||||||
|
|
Loading…
Reference in New Issue