aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skpdiff/skpdiff_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skpdiff/skpdiff_main.cpp')
-rw-r--r--tools/skpdiff/skpdiff_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skpdiff/skpdiff_main.cpp b/tools/skpdiff/skpdiff_main.cpp
index c01767ef14..92f1307eca 100644
--- a/tools/skpdiff/skpdiff_main.cpp
+++ b/tools/skpdiff/skpdiff_main.cpp
@@ -14,7 +14,7 @@
#define __NO_STD_VECTOR // Uses cl::vectpr instead of std::vectpr
#define __NO_STD_STRING // Uses cl::STRING_CLASS instead of std::string
-#if SK_BUILD_FOR_MAC
+#if defined(SK_BUILD_FOR_MAC)
// Note that some macs don't have this header and it can be downloaded from the Khronos registry
# include <OpenCL/cl.hpp>
#else