Index: tools/clang/scripts/plugin_flags.sh |
diff --git a/tools/clang/scripts/plugin_flags.sh b/tools/clang/scripts/plugin_flags.sh |
index ac941d747cdf7701a6341c943ac5c4e9b0c8fd76..41c25c806d3db18231b6d105debd27c630155c4b 100755 |
--- a/tools/clang/scripts/plugin_flags.sh |
+++ b/tools/clang/scripts/plugin_flags.sh |
@@ -7,8 +7,8 @@ |
# clang_use_chrome_plugins. The flags are stored in a script so that they can |
# be changed on the bots without requiring a master restart. |
-THIS_ABS_DIR=$(cd $(dirname $0) && echo $PWD) |
-CLANG_LIB_PATH=$THIS_ABS_DIR/../../../third_party/llvm-build/Release+Asserts/lib |
+SRC_ABS_DIR=$(cd $(dirname $0)/../../.. && echo $PWD) |
+CLANG_LIB_PATH=$SRC_ABS_DIR/third_party/llvm-build/Release+Asserts/lib |
if uname -s | grep -q Darwin; then |
LIBSUFFIX=dylib |