summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 05f0f24..c984a48 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3552,7 +3552,7 @@
# unspecified what the cwd is when running the compiler,
# so the normal gyp path-munging fails us. This hack
# gets the right path.
- '-B<(PRODUCT_DIR)/../../third_party/gold',
+ '-B<!(cd <(DEPTH) && pwd -P)/third_party/gold',
],
}],
],