Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
  • Loading branch information
jacobmealey and vszakats committed May 24, 2024
1 parent d2b3fca commit 2f81538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ endif
ifdef TRURL_JSON_IN
prefix := $(shell brew --prefix)
ifneq ($(strip $(prefix)),)
CFLAGS += -I$(prefix)/include
LDLIBS += -L$(prefix)/lib
CFLAGS += -I$(prefix)/include
LDLIBS += -L$(prefix)/lib
endif
CFLAGS += -DTRURL_JSON_IN -Wno-gnu
LDLIBS += -ljson-c
Expand Down

0 comments on commit 2f81538

Please sign in to comment.