Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libgambc: fix issue introduced by XCode 8 on iOS
clock_gettime is now defined, but undefined on versions of iOS below 10... this causes segfault at runtime. This fix simply ignores clock_gettime on iOS.
- Loading branch information