Skip to content

Commit ebf1cec

Browse files
committed
swift-inspect: update instructions for Windows
Remove the reference to `DEVELOPER_DIR` and update the instructions to actually be usable with a released snapshot (and official releases). The development setup should mimic the actual layout further and is a separate issue. This requires a new snapshot with swiftlang/swift-installer-scripts#128 included.
1 parent 745cf50 commit ebf1cec

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)