We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df22aeb commit 1cb85e5Copy full SHA for 1cb85e5
SwiftCompilerSources/CMakeLists.txt
@@ -126,6 +126,11 @@ function(add_swift_compiler_modules_library name)
126
get_versioned_target_triple(target ${SWIFT_HOST_VARIANT_SDK}
127
${SWIFT_HOST_VARIANT_ARCH} "${deployment_version}")
128
129
+ # Let Swift discover SwiftShims headers which are included by some headers
130
+ # under `include/swift`.
131
+ get_filename_component(swift_exec_bin_dir ${ALS_SWIFT_EXEC} DIRECTORY)
132
+ set(sdk_option ${sdk_option} "-I" "${swift_exec_bin_dir}/../lib")
133
+
134
set(all_obj_files)
135
set(all_module_targets)
136
set(syntaxparse_obj_files)
0 commit comments