Index: tools/clang_update.py |
diff --git a/tools/clang_update.py b/tools/clang_update.py |
index f6f4df2d633f3d5e088e260e9b7b5dce7c0e944f..cd7b5c46cad1d930f8fe30e3259fd04033de2bc3 100755 |
--- a/tools/clang_update.py |
+++ b/tools/clang_update.py |
@@ -28,8 +28,8 @@ import utils |
# Path constants. (All of these should be absolute paths.) |
THIS_DIR = os.path.abspath(os.path.dirname(__file__)) |
-FLETCH_ROOT_DIR = os.path.abspath(os.path.join(THIS_DIR, '..')) |
-THIRD_PARTY_DIR = os.path.join(FLETCH_ROOT_DIR, 'third_party') |
+DARTINO_ROOT_DIR = os.path.abspath(os.path.join(THIS_DIR, '..')) |
+THIRD_PARTY_DIR = os.path.join(DARTINO_ROOT_DIR, 'third_party') |
def GetClangDir(system): |
return os.path.join(THIRD_PARTY_DIR, 'clang', system) |