Skip to content

Commit dc456ce

Browse files
committed
[gn] port 249cf35
1 parent 14faf0d commit dc456ce

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/gn/secondary/lldb/test

1 file changed

+2
-1
lines changed

llvm/utils/gn/secondary/lldb/test/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ write_lit_cfg("lit_api_site_cfg") {
6060
"LLDB_TEST_COMMON_ARGS=",
6161
"LLDB_TEST_USER_ARGS=",
6262
"LLDB_ENABLE_PYTHON=0",
63-
"LLDB_HAS_LIBCXX=0", # FIXME: support this (?)
63+
"LLDB_HAS_LIBCXX=False", # FIXME: support this (?)
64+
"LLDB_TEST_USE_VENDOR_PACKAGES=False",
6465
"LLDB_LIBS_DIR=", # FIXME: for shared builds only (?)
6566
"LLDB_TEST_ARCH=$current_cpu",
6667
"LLDB_TEST_COMPILER=" + rebase_path("$root_build_dir/bin/clang"),

0 commit comments

Comments
 (0)