From 018da99e99f6145626a877e65171f212e8a60363 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 18 Sep 2018 14:43:09 -0700 Subject: [PATCH] [Skia] Speculative fix for build failure. (#1825) --- projects/skia/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/skia/build.sh b/projects/skia/build.sh index f9dbd647b..11e2fabc8 100644 --- a/projects/skia/build.sh +++ b/projects/skia/build.sh @@ -37,7 +37,7 @@ else else exit 1 fi - cmake .. -D$CMAKE_SANITIZER=1 + CFLAGS= CXXFLAGS="-stdlib=libc++" cmake .. -D$CMAKE_SANITIZER=1 fi make -j