File tree Expand file tree Collapse file tree 3 files changed +20638
-20621
lines changed Expand file tree Collapse file tree 3 files changed +20638
-20621
lines changed Original file line number Diff line number Diff line change @@ -17424,6 +17424,7 @@ platforms:
17424
17424
Allowed keys are for platform specific compile flags are:
17425
17425
17426
17426
* `frameworks` - Apple frameworks to include when building (iOS and macOS)
17427
+ * `weakFrameworks` - Apple frameworks to optionally include when building (iOS and macOS)
17427
17428
* `flags` - Flags that should be passed to the compiler
17428
17429
* `linkFlags` - Flags that should be passed to the linker
17429
17430
* `libs` - Additional libraries to include when linking
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ platforms:
71
71
Allowed keys are for platform specific compile flags are:
72
72
73
73
* ` frameworks` - Apple frameworks to include when building (iOS and macOS)
74
+ * `weakFrameworks` - Apple frameworks to optionally include when building (iOS and macOS)
74
75
* `flags` - Flags that should be passed to the compiler
75
76
* `linkFlags` - Flags that should be passed to the linker
76
77
* `libs` - Additional libraries to include when linking
You can’t perform that action at this time.
0 commit comments