You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add the Swift on Windows binaries path (`C:\Program Files (x86)\Swift\bin`) to the
264
-
`Path` environment variable.
265
-
- Add the Swift on Windows library path (`C:\Program Files (x86)\Swift\lib\swift\windows`)
266
-
to the `Path` environment variable.
264
+
265
+
- Add the Swift on Windows binaries path (`C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin`) to the `PATH` environment variable.
267
266
268
267
## MSVC
269
268
270
-
To use `cl` instead, just remove the `-DCMAKE_C_COMPILER` and `-DCMAKE_CXX_COMPILER` parameters to the `cmake` invocations.
269
+
To use `cl` instead, just replace the `-DCMAKE_C_COMPILER` and `-DCMAKE_CXX_COMPILER` parameters to the `cmake` invocations.
0 commit comments