syoyo / tinyobjloader-c

Header only tiny wavefront .obj loader in pure C99
423 stars 60 forks source link

Fix linking in macOS mojave #11

Closed andystanton closed 5 years ago

andystanton commented 5 years ago

This change fixes linking in macOS mojave. The Cocoa, IOKit and CoreVideo frameworks are required.

Additional changes:

syoyo commented 5 years ago

Awesome! merged!