Skip to content

Commit 6d1eb0b

Browse files
committed
symlink now uses pwd
1 parent 47fca84 commit 6d1eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcodeproj/internal/custom_toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def _custom_toolchain_impl(ctx):
44

55
default_toolchain_path = "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
66
user_toolchain_path = "$(eval echo ~)/Library/Developer/Toolchains/{}.xctoolchain".format(ctx.attr.toolchain_name)
7-
built_toolchain_path = toolchain_dir.path
7+
built_toolchain_path = "$(eval pwd)/"+toolchain_dir.path
88

99
# Generate symlink creation commands dynamically, excluding plist files
1010
symlink_script = """#!/bin/bash

0 commit comments

Comments
 (0)