Skip to content

Commit

Permalink
add .a files
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 7, 2023
1 parent e4d47d3 commit 653d650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "MSYSTEM: $MSYSTEM"

export CXX=/usr/local/opt/llvm/bin/clang++
export CC=/usr/local/opt/llvm/bin/clang
export LDFLAGS="-static -llibc++ -llibc++-abi -llibc++experimental -L/usr/local/opt/llvm/lib -L/usr/local/opt/llvm/lib/c++ -Wl,-rpath,/usr/local/opt/llvm/lib/c++"
export LDFLAGS="/usr/local/opt/llvm/lib/c++/libc++.a /usr/local/opt/llvm/lib/c++/libc++-abi.a /usr/local/opt/llvm/lib/c++/libc++experimental.a -L/usr/local/opt/llvm/lib -L/usr/local/opt/llvm/lib/c++ -Wl,-rpath,/usr/local/opt/llvm/lib/c++"
export CPPFLAGS="-I/usr/local/opt/llvm/include"

ls /usr/local/opt/llvm/lib/*
Expand Down

0 comments on commit 653d650

Please sign in to comment.