src/hb-coretext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f Author: Oleg Oshmyan <[email protected]> Date: Wed May 14 22:10:09 2014 +0100 Fix build with --coretext on older OS X Fixes https://github.com/behdad/harfbuzz/pull/40 diff --git a/src/hb-coretext.h b/src/hb-coretext.h index 837308f..25267bc 100644 --- a/src/hb-coretext.h +++ b/src/hb-coretext.h @@ -30,7 +30,7 @@ #include "hb.h" #include <TargetConditionals.h> -#if defined(TARGET_OS_IPHONE) +#if TARGET_OS_IPHONE # include <CoreText/CoreText.h> # include <CoreGraphics/CoreGraphics.h> #else _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
