Ignore mach_approximate_time when targeting macOS 10.9 and earlier

Work around two different bugs in the OS X 10.10 and later SDKs that would
prevent us from successfully targeting earlier versions of OS X.

Fixes bug 26876; bugfix on 0.3.3.1-alpha.
This commit is contained in:
teor
2018-07-20 12:26:33 +10:00
parent e0f99404f5
commit 022b8f15da
2 changed files with 33 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (portability):
- Work around two different bugs in the OS X 10.10 and later SDKs that
would prevent us from successfully targeting earlier versions of OS X.
Fixes bug 26876; bugfix on 0.3.3.1-alpha.