bazel_0_4: additonal fix for Darwin

This commit is contained in:
Nikolay Amiantov 2017-10-21 18:21:52 +03:00
parent a86fe917b9
commit 0ce09afcfa

View File

@ -44,6 +44,8 @@ stdenv.mkDerivation rec {
src/tools/xcode/realpath/BUILD \
src/tools/xcode/stdredirect/BUILD \
src/tools/xcode/xcrunwrapper/xcrunwrapper.sh
sed -i 's,/usr/bin/xcrun "''${TOOLNAME}","''${TOOLNAME}",g' \
src/tools/xcode/xcrunwrapper/xcrunwrapper.sh
sed -i 's/"xcrun", "clang"/"clang"/g' tools/osx/xcode_configure.bzl
'';