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.
2 parents bcacd05 + ebf1cec commit 3b661bcCopy full SHA for 3b661bc
tools/swift-inspect/README.md
@@ -13,7 +13,7 @@ swift-inspect can be built using [swift-package-manager](https://github.com/appl
13
In order to build on Windows, some additional parameters must be passed to the build tool to locate the necessary libraries.
14
15
~~~
16
-swift build -Xcc -I%DEVELOPER_DIR%\Toolchains\unknown-Asserts-development.xctoolchain\usr\include\swift\SwiftRemoteMirror -Xlinker %DEVELOPER_DIR%\Toolchains\unknown-Asserts-development.xctoolchain\usr\lib\swift\windows\x86_64\swiftRemoteMirror.lib
+swift build -Xcc -I%SDKROOT%\usr\include\swift\SwiftRemoteMirror -Xlinker %SDKROOT%\usr\lib\swift\windows\x86_64\swiftRemoteMirror.lib
17
18
19
### Using
0 commit comments