We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fca84 commit 6d1eb0bCopy full SHA for 6d1eb0b
xcodeproj/internal/custom_toolchain.bzl
@@ -4,7 +4,7 @@ def _custom_toolchain_impl(ctx):
4
5
default_toolchain_path = "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
6
user_toolchain_path = "$(eval echo ~)/Library/Developer/Toolchains/{}.xctoolchain".format(ctx.attr.toolchain_name)
7
- built_toolchain_path = toolchain_dir.path
+ built_toolchain_path = "$(eval pwd)/"+toolchain_dir.path
8
9
# Generate symlink creation commands dynamically, excluding plist files
10
symlink_script = """#!/bin/bash
0 commit comments