Browse Source

Needed on mac

Piotr Czajkowski 4 years ago
parent
commit
bd9e9ff0ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -1,4 +1,4 @@
-CFLAGS=`xml2-config --cflags` -g -Wall -Wextra -Wshadow -O3 -std=c99
+CFLAGS=`xml2-config --cflags` -I/usr/local/opt/libarchive/include -g -Wall -Wextra -Wshadow -O3 -std=c99
 LDLIBS=`xml2-config --libs` -larchive -lbinn
 objects=comments.o zip.o xmlbuff.o