reduce dynamic library dependencies for macos release

This commit is contained in:
Laytan Laats
2024-02-29 23:39:18 +01:00
parent 17b1c8d338
commit 23cd64ec35
2 changed files with 7 additions and 4 deletions
+1 -2
View File
@@ -63,8 +63,7 @@ Darwin)
fi
CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)"
LDFLAGS="$LDFLAGS -liconv -ldl -framework System"
LDFLAGS="$LDFLAGS -lLLVM-C"
LDFLAGS="$LDFLAGS -liconv -ldl -framework System -lLLVM"
;;
FreeBSD)
CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)"