summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFoundation_Private.h
Commit message (Collapse)AuthorAgeFilesLines
* [darwin] Use explicit initialization rather than global static variables for ↵Konstantin Käfer2017-03-091-1/+1
| | | | | | | | the default RunLoop When linking Mapbox GL as a static library, the object file (MGLFoundation.o) containing the global static variable initialization was not linked into the resulting binary since it was not referenced. This resulted in the RunLoop not being initialized in the main thread. Reverts 03a14ff0003e976a4ded70d284bc80adf54bc6c9
* [darwin] move RunLoop initialization to static variableKonstantin Käfer2017-02-201-0/+5