Browse Source

Added `libfreetype` dependency to ARM64 build

Ales Pergl 7 years ago
parent
commit
8750fde6d3
1 changed files with 8 additions and 0 deletions
  1. 8 0
      brightray/brightray.gyp

+ 8 - 0
brightray/brightray.gyp

@@ -169,6 +169,14 @@
                 ],
               },
             }],
+            # On ARM64 libchromiumcontent always links to system libfreetype
+            ['target_arch=="arm64"', {
+              'link_settings': {
+                'libraries': [
+                  '-lfreetype',
+                ],
+              },
+            }],
           ],
         }],  # OS=="linux"
         ['OS=="mac"', {