From eea73a7fc4cd4d586e7ff257974f3b20fb458eff Mon Sep 17 00:00:00 2001 From: Charles BIENVENUE Date: Fri, 7 Nov 2025 19:18:39 +0000 Subject: Issue with make llvm=1 in PyGan/ solved. --- Dragon/src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dragon/src') 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) -- cgit v1.2.3