check: Fix macro check for OS X
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 9 Dec 2016 17:09:36 +0000 (22:39 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Fri, 9 Dec 2016 17:09:36 +0000 (22:39 +0530)
commitf8df150e2990756247e462ba75ea88328d705ead
tree2b102995c951019dbb5dec4d770dcf39e0986c38
parentd284be350555d51e638405087924fd769d981c52
check: Fix macro check for OS X

TARGET_OS_MAC is defined on all Apple platforms. You need to check for
!TARGET_OS_IPHONE to detect OS X (now called macOS).
libs/gst/check/libcheck/libcompat/clock_gettime.c