diff options
-rw-r--r-- | libunwind/test/lit.site.cfg.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwind/test/lit.site.cfg.in b/libunwind/test/lit.site.cfg.in index 3ed0c74bc71..888b96075f9 100644 --- a/libunwind/test/lit.site.cfg.in +++ b/libunwind/test/lit.site.cfg.in @@ -19,6 +19,8 @@ config.enable_exceptions = "@LIBUNWIND_ENABLE_EXCEPTIONS@" config.host_triple = "@LLVM_HOST_TRIPLE@" config.target_triple = "@TARGET_TRIPLE@" config.use_target = len("@LIBUNWIND_TARGET_TRIPLE@") > 0 +config.sysroot = "@LIBUNWIND_SYSROOT@" +config.gcc_toolchain = "@LIBUNWIND_GCC_TOOLCHAIN@" config.cxx_ext_threads = "@LIBUNWIND_BUILD_EXTERNAL_THREAD_LIBRARY@" # Let the main config do the real work. |