Skip to content

Commit

Permalink
Default toolchain install location to ~/Library instead of /Library.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkremenek committed Nov 25, 2015
1 parent e8bbace commit b2fd1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
echo "-- Create Info.plist --"
PLISTBUDDY_BIN="/usr/libexec/PlistBuddy"

DARWIN_TOOLCHAIN_INSTALL_LOCATION="/Library/Developer/Toolchains/${DARWIN_TOOLCHAIN_NAME}.xctoolchain"
DARWIN_TOOLCHAIN_INSTALL_LOCATION="~/Library/Developer/Toolchains/${DARWIN_TOOLCHAIN_NAME}.xctoolchain"
DARWIN_TOOLCHAIN_INFO_PLIST="${INSTALL_DESTDIR}/${TOOLCHAIN_PREFIX}/Info.plist"
DARWIN_TOOLCHAIN_REPORT_URL="https://bugs.swift.org/"

Expand Down

0 comments on commit b2fd1ec

Please sign in to comment.