Skip to content

Commit

Permalink
build: move patch further down
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Aug 11, 2024
1 parent 7339847 commit 7af7447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.LibSkia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ partial class Build
throw new IOException("BUILD.gn of skia changed, cannot patch files");
}

var sourcesEnd = buildFileSource.IndexOf("libs = []", sourcesStart, StringComparison.Ordinal);
var sourcesEnd = buildFileSource.IndexOf("if (is_fuchsia)", sourcesStart, StringComparison.Ordinal);
if (sourcesEnd == -1)
{
throw new IOException("BUILD.gn of skia changed, cannot patch files");
Expand Down

0 comments on commit 7af7447

Please sign in to comment.