diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 13:48:49 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 13:48:49 -0600 | 
| commit | 5535418b64c984447c7118f4f7fb64f9b968543f (patch) | |
| tree | 448326809db975dc0ff313cc727e173c2df7dc7d | |
| parent | 3961caa1792c68dc215a9b8c51965e6fd0518f2f (diff) | |
include all the toolkitsv0.22.6
Signed-off-by: Jeff Carr <[email protected]>
| -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}"  | 
