Skip to content

Commit 0ee9a7e

Browse files
committed
Fix boringssl path
1 parent f4f7fb0 commit 0ee9a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SuperPatch.Core/Storages/ChromiumStorage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public ChromiumStorage(Workspace wrk, HttpClient http) : base(wrk)
6060
});
6161
subModulesInfos.Add(new SubModulesInfo()
6262
{
63-
Path = "third_party/boringssl/",
63+
Path = "third_party/boringssl/src/",
6464
Url = "https://raw.githubusercontent.com/google/boringssl",
6565
RevisionIndex = "boringssl_revision",
6666
});

0 commit comments

Comments
 (0)