diff options
Diffstat (limited to 'Dragon')
| -rw-r--r-- | Dragon/src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dragon/src/Makefile b/Dragon/src/Makefile index 0af9e76..323c952 100644 --- a/Dragon/src/Makefile +++ b/Dragon/src/Makefile @@ -160,6 +160,9 @@ else FFLAGS += -mmlir -fdynamic-heap-array ifeq ($(OS),Darwin) LFLAGS += -lclang_rt.osx + ifeq ($(openmp),1) + LFLAGS += -L/opt/homebrew/opt/libomp/lib -L/usr/local/opt/libomp/lib -lomp + endif endif else lib = ../lib/$(DIRNAME) |
