llvm-18: cleanup

This commit is contained in:
Laytan Laats
2024-05-07 16:52:46 +02:00
parent a3821615dc
commit ecddf3b7f1
3 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Darwin)
fi
CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)"
LDFLAGS="$LDFLAGS -isysroot $(xcrun --show-sdk-path -sdk macosx) -liconv -ldl -framework System -lLLVM -Wl,-rpath $($LLVM_CONFIG --libdir)"
LDFLAGS="$LDFLAGS -liconv -ldl -framework System -lLLVM"
;;
FreeBSD)
CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)"