We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861f393 commit 64d26d2Copy full SHA for 64d26d2
src/Makefile
@@ -6,8 +6,6 @@ INCLUDE := -I/usr/local/include
6
INCLUDE += -I/usr/include
7
INCLUDE += -I/usr/local/opt/curl/include
8
INCLUDE += -I/usr/local/opt/libzip/include
9
-INCLUDE += -I/usr/local/Cellar/libzip/1.0.1/include
10
-INCLUDE += -I/usr/local/Cellar/libzip/1.0.1/lib/libzip/include
11
INCLUDE += $(shell pkg-config --cflags libzip)
12
13
CCFLAGS = $(DEBUG) -Wall -Wextra -fno-strict-aliasing -march=native -std=c89 -pedantic $(INCLUDE)
0 commit comments