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
Copy file name to clipboardExpand all lines: docs/BUILD.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ These all co-exist and mess up each other's paths and environment variables, and
78
78
79
79
Open a standard CMD and run (Isolate PATH to avoid MSYS2/MinGW conflicts):
80
80
```cmd
81
-
set PATH=C:\Windows\System32;C:\Windows;C:\Program Files\Meson;%LocalAppData%\Microsoft\WinGet\Links
81
+
set PATH=C:\Windows\System32;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows;C:\Program Files\Meson;%LocalAppData%\Microsoft\WinGet\Links;C:\Program Files\WinGet\Links
82
82
```
83
83
84
84
And these (adjust path for your version) (default: 64-bit)
@@ -135,6 +135,7 @@ When you want non-standard choice (VS 2026 with v143 toolset with specific versi
0 commit comments