Guard AppleClang linker options
[platform/upstream/glslang.git] / DEPS
diff --git a/DEPS b/DEPS
index 9c0e045..2f5fa8e 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -75,3 +75,8 @@ hooks = [
     'condition': 'not build_with_chromium',
   },
 ]
+
+recursedeps = [
+  # buildtools provides clang_format, libc++, and libc++abi
+  'buildtools',
+]