Skip to content

Commit 3b661bc

Browse files
authored
Merge pull request #58615 from compnerd/release
swift-inspect: update instructions for Windows
2 parents bcacd05 + ebf1cec commit 3b661bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-inspect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ swift-inspect can be built using [swift-package-manager](https://github.com/appl
1313
In order to build on Windows, some additional parameters must be passed to the build tool to locate the necessary libraries.
1414

1515
~~~
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
16+
swift build -Xcc -I%SDKROOT%\usr\include\swift\SwiftRemoteMirror -Xlinker %SDKROOT%\usr\lib\swift\windows\x86_64\swiftRemoteMirror.lib
1717
~~~
1818

1919
### Using

0 commit comments

Comments
 (0)