diff --git a/build-macos.sh b/build-macos.sh new file mode 100755 index 000000000..6e2d84197 --- /dev/null +++ b/build-macos.sh @@ -0,0 +1,6 @@ +brew install llvm@15 +export PATH="/opt/homebrew/opt/llvm@15/bin:$PATH" +export LDFLAGS="-L/opt/homebrew/opt/llvm@15/lib" +export CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"] + +cargo build --release