forked from appsquickly/typhoon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some fixes to compile in OS X and iOS standalone targets.
Recover libxml headers in OS X target. While including libffi as Cocoapod I must have forgot to include this back in the OS X target (it is there in the iOS target). A couple of imports to avoid warnings and to correctly compile in iOS. Marking the temporal allocations array of the closure as unused and with precise lifetime. The unused is necessary to avoid a warning, the precise lifetime might not be necessary, but I fear the optimizer might optimize the variable away and break everything. (appsquickly#102)
- Loading branch information
1 parent
9cb0b02
commit d2cb6a1
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters