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:
committed by
Commit Queue
parent
7a6352a9b1
commit
a71fde3b08
@@ -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 == "") {
|
||||
|
||||
Reference in New Issue
Block a user