Skip to content

Commit 7960303

Browse files
cltnschlosserowenv
andauthored
Update README.md
Co-authored-by: Owen Voorhees <owenvoorhees@gmail.com>
1 parent a2a67b3 commit 7960303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ After the toolchain is installed, Xcode needs to be told to use it. This can mea
107107

108108
Building with the toolchain is easy, set the toolchain in Xcode: Menu Bar > Xcode > Toolchains > select your toolchain
109109

110-
Running the driver requires setting the TOOLCHAINS environment variable. This tells xcrun which toolchain to use, on darwin xcrun is used to find tools. This variable is the name of the toolchain and not the path (ex: `Swift Development Snapshot`). Important note: xcrun is lower priority than SWIFT_EXEC_*_EXEC family of environment variables, tools directory, and for anything in the same directory as the driver (This includes a driver installed in a toolchain). Even though TOOLCHAINS is not highest priority it's a convenient one change for running the xctest suite against a custom toolchain.
110+
Running the driver requires setting the TOOLCHAINS environment variable. This tells xcrun which toolchain to use (on darwin xcrun is used to find tools). This variable is the name of the toolchain and not the path (ex: `Swift Development Snapshot`). Important note: xcrun lookup is lower priority than the SWIFT_EXEC_*_EXEC family of environment variables, the tools directory, and any tools in the same directory as the driver (This includes a driver installed in a toolchain). Even though TOOLCHAINS is not highest priority it's a convenient way to run the xctest suite using a custom toolchain.
111111

112112
#### Preparing a Linux docker for debug
113113

0 commit comments

Comments
 (0)