mirror of
https://github.com/danog/gojekyll.git
synced 2025-01-22 14:31:16 +01:00
Makefile: remove -o from uname (not supported on macOS)
This commit is contained in:
parent
367156b0b3
commit
807711c073
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go')
|
||||
COMMIT_HASH = `git rev-parse --short HEAD 2>/dev/null`
|
||||
BUILD_DATE = `date +%FT%T%z`
|
||||
VERSION := $(COMMIT_HASH)
|
||||
OS := $(shell uname -o)
|
||||
OS := $(shell uname)
|
||||
|
||||
LDFLAGS=-ldflags "-X ${PACKAGE}/version.Version=${VERSION} -X ${PACKAGE}/version.BuildDate=${BUILD_DATE}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user