Skip to content

Commit

Permalink
Merge pull request #3 from khval/master
Browse files Browse the repository at this point in the history
Needs static to work, -lz is not included else.
  • Loading branch information
dschwen committed Dec 5, 2017
2 parents a762e8d + cd3ed32 commit 689a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
CXX ?= g++
LIBPNG_CONFIG ?= libpng-config
LDFLAGS += $(shell $(LIBPNG_CONFIG) --cflags --ldflags)
LDFLAGS += $(shell $(LIBPNG_CONFIG) --static --cflags --ldflags)

all: amosbank

Expand Down

0 comments on commit 689a0ca

Please sign in to comment.