Skip to content

Commit

Permalink
build: macos compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Aug 11, 2024
1 parent c579df9 commit da6d0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Build.LibSkia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ partial class Build
newSources += " ]\n";
newSources += " }\n";
newSources += " if (is_mac) {\n";
newSources += " frameworks += [\n";
newSources += " frameworks = [\n";
newSources += " \"AppKit.framework\",\n";
newSources += " \"ApplicationServices.framework\",\n";
newSources += " ]\n";
Expand All @@ -183,7 +183,7 @@ partial class Build
newSources += " ]\n";
newSources += " }\n";
newSources += " if (is_ios) {\n";
newSources += " frameworks += [\n";
newSources += " frameworks = [\n";
newSources += " \"CoreFoundation.framework\",\n";
newSources += " \"CoreGraphics.framework\",\n";
newSources += " \"CoreText.framework\",\n";
Expand Down

0 comments on commit da6d0af

Please sign in to comment.