aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 0644cc0d7d..fa72afffd0 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -1291,7 +1291,7 @@ int main(int argc, char** argv) {
initializeEventTracingForTools();
-#if defined(SK_BUILD_FOR_IOS)
+#if !defined(GOOGLE3) && defined(SK_BUILD_FOR_IOS)
cd_Documents();
#endif
setbuf(stdout, nullptr);