Skip to content

Commit

Permalink
fix CFLAGS in make.inc.macosx_clang_matlab to find omp.h as per Manas
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed Oct 4, 2024
1 parent 63bcb4a commit 5f019b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.inc.macosx_clang_matlab
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CXX=clang++
CC=clang

# taken from makefile...
CFLAGS += -I include -I/usr/local/include -I/opt/homebrew/include
CFLAGS += -I include -I/usr/local/include -I/usr/local/opt/libomp/include -I/opt/homebrew/include
FFLAGS = $(CFLAGS)
CXXFLAGS = $(CFLAGS)
LIBS += -L/usr/local/lib -L/opt/homebrew/lib
Expand Down

0 comments on commit 5f019b0

Please sign in to comment.