diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ no-gui: build build: -rm resources/*.so touch resources/blank.so - # embed the andlabs plugin - -cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/ + -cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins GO111MODULE="off" go build -v \ -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}" |
