Skip to content

Commit

Permalink
Merge pull request #12 from kilobyte/cross
Browse files Browse the repository at this point in the history
cross build
  • Loading branch information
andikleen committed Jun 24, 2019
2 parents 7d79409 + 57e512d commit ac5e269
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,5 +1,6 @@
PKG_CONFIG ?= pkg-config
CFLAGS := -g -O2 -Wall
LDLIBS := $(shell pkg-config --cflags --libs liblz4)
LDLIBS := $(shell $(PKG_CONFIG) --cflags --libs liblz4)

lz4jsoncat: lz4jsoncat.c

Expand Down

0 comments on commit ac5e269

Please sign in to comment.