Skip to content

Commit ecc9267

Browse files
ldionneian-twilightcoder
authored andcommitted
Fix
1 parent 5ca3b16 commit ecc9267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,9 @@ configure_file("${LIBCXX_ASSERTION_HANDLER_FILE}" "${LIBCXX_GENERATED_INCLUDE_DI
16671667
# We generate the modulemap file so that we can include __config_site in it. For now, we don't know how to
16681668
# make __config_site modular when per-target runtime directories are used.
16691669
if (NOT LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
1670-
set(LIBCXX_CONFIG_SITE_MODULE_ENTRY "header \"__config_site\"")
1670+
set(LIBCXX_CONFIG_SITE_MODULE_ENTRY
1671+
"header \"__config_site\"
1672+
export *")
16711673
endif()
16721674
configure_file("module.modulemap.in" "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap" @ONLY)
16731675

0 commit comments

Comments
 (0)