summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/SConscript')
-rw-r--r--src/third_party/unwind/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/unwind/SConscript b/src/third_party/unwind/SConscript
index 9f4de94375b..7811f584532 100644
--- a/src/third_party/unwind/SConscript
+++ b/src/third_party/unwind/SConscript
@@ -19,7 +19,8 @@ env = env.Clone(
# breaks that. It also seems to interfere with building with the
# sanitizers, which use linker maps that reference backtrace. This
# may be an ld.gold bug.
- DISALLOW_VISHIDDEN=True, )
+ DISALLOW_VISHIDDEN=True,
+ NINJA_GENSOURCE_INDEPENDENT=True, )
unwind_root = env.Dir(".").srcnode()
unwind_platform = unwind_root.Dir("platform/${TARGET_OS}_${TARGET_ARCH}")