Skip to content

Commit

Permalink
add CFLAGS and LDFLAGS for all dependencies for Mojave
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Sep 10, 2019
1 parent 8dd398e commit ef13b56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ else
CFLAGS += -I/usr/local/opt/openblas/include
LDFLAGS += -L/usr/local/opt/openblas/lib
endif
CFLAGS += -I/usr/local/opt/fftw/include
LDFLAGS += -L/usr/local/opt/fftw/lib
CFLAGS += -I/usr/local/opt/mpfr/include
LDFLAGS += -L/usr/local/opt/mpfr/lib
CFLAGS += -I/usr/local/opt/gmp/include
LDFLAGS += -L/usr/local/opt/gmp/lib
else ifeq ($(UNAME), Windows)
LDFLAGS += -L.
endif
Expand Down

0 comments on commit ef13b56

Please sign in to comment.