testing plugins
This commit is contained in:
parent
19370790f8
commit
439c6e3b01
3
Makefile
3
Makefile
|
@ -4,9 +4,10 @@ all: plugin
|
||||||
ldd ../gocui.so
|
ldd ../gocui.so
|
||||||
|
|
||||||
plugin:
|
plugin:
|
||||||
GO111MODULE=off go build -v -work -buildmode=plugin -o ../gocui.so
|
GO111MODULE=off go build -v -work -buildmode=plugin -o gocui.so
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
rm -f gocui.so
|
||||||
go build -buildmode=plugin -o ~/go/lib/gocui-${VERSION}.so
|
go build -buildmode=plugin -o ~/go/lib/gocui-${VERSION}.so
|
||||||
|
|
||||||
# for testing custom golang
|
# for testing custom golang
|
||||||
|
|
Loading…
Reference in New Issue