Skip to content

Commit 1082e0e

Browse files
benneybenney
authored andcommitted
fix ci compilation for mac
1 parent c08bff9 commit 1082e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ DIR_TEST := ./test
55

66
PREFIX ?= /usr/local
77
BINDIR ?= $(PREFIX)/bin
8-
INCLUDE_DIRS ?=
9-
LIBRARY_DIRS ?=
8+
INCLUDE_DIRS ?= /usr/local/include /opt/homebrew/include
9+
LIBRARY_DIRS ?= /usr/local/lib /opt/homebrew/lib
1010

1111
SRC := $(wildcard ${DIR_SRC}/*.cpp)
1212
TEST := $(wildcard ${DIR_TEST}/*.cpp)

0 commit comments

Comments
 (0)