dumb error
This commit is contained in:
parent
bcd19ae72b
commit
7b9f4389c2
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ auto-build: build
|
||||||
build:
|
build:
|
||||||
-rm resources/*.so
|
-rm resources/*.so
|
||||||
touch resources/blank.so
|
touch resources/blank.so
|
||||||
-cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins
|
-cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ # embed the toolkit plugins
|
||||||
GO111MODULE="off" go build -v \
|
GO111MODULE="off" go build -v \
|
||||||
-ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}"
|
-ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}"
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,6 @@ func (c *controlBox) buildPackage() (bool, error) {
|
||||||
return false, errors.New("go build")
|
return false, errors.New("go build")
|
||||||
}
|
}
|
||||||
log.Warn("go build worked")
|
log.Warn("go build worked")
|
||||||
return true, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
filebase := filepath.Base(c.pathL.String())
|
filebase := filepath.Base(c.pathL.String())
|
||||||
|
|
Loading…
Reference in New Issue