build: Apply XCode 8 workaround for iOS too
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 18 Oct 2016 04:08:04 +0000 (09:38 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 18 Oct 2016 05:54:57 +0000 (11:24 +0530)
commitc57cb35ae6766e3c8937afe2d89a2ed612866dd0
tree5ebb40e61190fa01c15b42a853a5d2b9c4664c3a
parentdf5ac34dec6281b0a291fbe88d0f89d3226a2bdd
build: Apply XCode 8 workaround for iOS too

clock_gettime was also added for iOS 10.0, so don't use it if we're
targetting an older version. That would've caused the symbol to not be
found at runtime on older devices.
configure.ac
meson.build