mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-10 18:03:07 +00:00
build with Nix flake, pin GCC 11
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
349e22bbe8
commit
bf1fc8529f
4
Makefile
4
Makefile
@ -31,8 +31,8 @@ else
|
||||
GOBIN_SHARED_LIB_CGO_LDFLAGS := CGO_LDFLAGS="-Wl,-soname,libgowaku.so.0"
|
||||
endif
|
||||
|
||||
GIT_COMMIT = $(shell git rev-parse --short HEAD)
|
||||
VERSION = $(shell cat ./VERSION)
|
||||
GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
|
||||
VERSION ?= $(shell cat ./VERSION)
|
||||
UID := $(shell id -u)
|
||||
GID := $(shell id -g)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user