Skip to content

Commit ccfb0f6

Browse files
ldionnevar-const
authored andcommitted
Fix
1 parent a232a4c commit ccfb0f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/include/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,9 @@ configure_file("${LIBCXX_ASSERTION_HANDLER_FILE}" "${LIBCXX_GENERATED_INCLUDE_DI
16691669
# We generate the modulemap file so that we can include __config_site in it. For now, we don't know how to
16701670
# make __config_site modular when per-target runtime directories are used.
16711671
if (NOT LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
1672-
set(LIBCXX_CONFIG_SITE_MODULE_ENTRY "header \"__config_site\"")
1672+
set(LIBCXX_CONFIG_SITE_MODULE_ENTRY
1673+
"header \"__config_site\"
1674+
export *")
16731675
endif()
16741676
configure_file("module.modulemap.in" "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap" @ONLY)
16751677

0 commit comments

Comments
 (0)