Skip to content

Commit

Permalink
build: ios/macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Aug 11, 2024
1 parent b2f5c61 commit 9662e7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/Build.LibSkia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ partial class Build
newSources += " \"src/ports/SkFontMgr_android_parser.h\",\n";
newSources += " ]\n";
newSources += " }\n";
newSources += " frameworks = []\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 +184,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 9662e7c

Please sign in to comment.