2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

plugins buildvcs.

This commit is contained in:
Miroslav Šedivý 2022-07-14 23:47:45 +02:00
parent d08829493a
commit 52ba7d987f

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