Fix typo in path in .gni file.

It's probably not used for anything, since the typo didn't matter.

Change-Id: I5bdea988aeec6dfc142d0bb26e3a438840c45810
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/300242
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
This commit is contained in:
Lasse R.H. Nielsen
2023-05-02 18:59:10 +00:00
committed by Commit Queue
parent 7a6352a9b1
commit a71fde3b08
+1 -1
View File
@@ -19,7 +19,7 @@ declare_args() {
# Full path to the Windows SDK, not including a backslash at the end.
# This value is the default location, override if you have a different
# installation location.
windows_sdk_path = "C:\Program Files (x86)\Windows Kits\8.1"
windows_sdk_path = "C:\\Program Files (x86)\\Windows Kits\\8.1"
}
if (visual_studio_path == "") {