Skip to content

Commit

Permalink
Define LIBXML_STATIC for correctness (and fixing win32 linking)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Sep 10, 2011
1 parent 9ebec99 commit 55a2325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.static
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
XMLDIR=../libxml2
endif

CFLAGS=-m32 -Iinclude -Ilibcnary/include -I$(XMLDIR)/include -Wall -O3
CFLAGS=-m32 -Iinclude -Ilibcnary/include -I$(XMLDIR)/include -Wall -O3 -DLIBXML_STATIC=1

UNAME := $(shell uname)
ifeq ($(UNAME), Darwin)
Expand Down

0 comments on commit 55a2325

Please sign in to comment.