Skip to content

Commit 93c8a22

Browse files
authored
Merge pull request swiftlang#319 from ahoppen/pr/realpath-when-building
Get the realpath of the build directory when building SwiftSyntax
2 parents b8e4a69 + b2f9d97 commit 93c8a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def main():
826826
try:
827827
builder = Builder(
828828
toolchain=args.toolchain,
829-
build_dir=args.build_dir,
829+
build_dir=realpath(args.build_dir),
830830
multiroot_data_file=args.multiroot_data_file,
831831
release=args.release,
832832
verbose=args.verbose,

0 commit comments

Comments
 (0)