mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
plugins buildvcs.
This commit is contained in:
parent
d08829493a
commit
52ba7d987f
2
build
2
build
@ -81,7 +81,7 @@ for plugPath in ./plugins/*; do
|
||||
fi
|
||||
|
||||
# build plugin
|
||||
go build -modfile=go.plug.mod -buildmode=plugin -o "../../bin/plugins/${plugPath##*/}.so"
|
||||
go build -modfile=go.plug.mod -buildmode=plugin -buildvcs=false -o "../../bin/plugins/${plugPath##*/}.so"
|
||||
|
||||
popd
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user