Skip to content

Commit

Permalink
Remove LLVM's C++ stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettRToomey committed Nov 15, 2017
1 parent 05bd1bd commit f00d64b
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 @@ -23,7 +23,7 @@ distribute)
mv .tmp ./Sources/Core/Options.swift;

swift build -c release -Xswiftc -static-stdlib -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.12";

install_name_tool -change /usr/local/opt/llvm/lib/libc++.1.dylib /usr/lib/libc++.1.dylib .build/release/kai
PACKAGE_NAME="kai-$TAG"
mkdir -p ./$PACKAGE_NAME
cp .build/release/kai ./$PACKAGE_NAME/kai
Expand Down

0 comments on commit f00d64b

Please sign in to comment.