fix
This commit is contained in:
parent
b3cf1ca33a
commit
1f78a7c759
@ -13,7 +13,7 @@ C_INCLUDES = \
|
||||
VERSION := $(shell git rev-parse --short=8 HEAD)
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99 -DVERSION=$(VERSION)
|
||||
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99 -DVERSION="\"$(VERSION)\""
|
||||
LDFLAGS = -lconfig -lcurl
|
||||
TARGET = sink20169
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user