This commit is contained in:
Joris Vink 2016-07-15 22:34:21 +02:00
parent f5923af1c6
commit 46cee2ff46
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ else ifeq ("$(OSNAME)", "linux")
else
S_SRC+=src/bsd.c
ifneq ("$(JSONRPC)", "")
CFLAGS=-I/usr/local/include
CFLAGS+=-I/usr/local/include
LDFLAGS+=-L/usr/local/lib
endif
endif