mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Use netgo (instead of C bindings). Fix #700
This commit is contained in:
parent
dab83c4f6a
commit
2073871fa1
3 changed files with 9 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ buildall: check_env
|
|||
@(cd ./ui && npm run build)
|
||||
go-bindata -fs -prefix "resources" -tags embed -ignore="\\\*.go" -pkg resources -o resources/embedded_gen.go resources/...
|
||||
go-bindata -fs -prefix "ui/build" -tags embed -nocompress -pkg assets -o assets/embedded_gen.go ui/build/...
|
||||
go build -ldflags="-X github.com/deluan/navidrome/consts.gitSha=$(GIT_SHA) -X github.com/deluan/navidrome/consts.gitTag=$(GIT_TAG)-SNAPSHOT" -tags=embed
|
||||
go build -ldflags="-X github.com/deluan/navidrome/consts.gitSha=$(GIT_SHA) -X github.com/deluan/navidrome/consts.gitTag=$(GIT_TAG)-SNAPSHOT" -tags=embed,netgo
|
||||
.PHONY: buildall
|
||||
|
||||
pre-push: lint test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue