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.
2 parents 7a43d24 + 259c1b7 commit d68aa2dCopy full SHA for d68aa2d
SwiftCompilerSources/CMakeLists.txt
@@ -179,7 +179,7 @@ function(add_swift_compiler_modules_library name)
179
# Bridging modules and headers.
180
"-Xcc" "-I" "-Xcc" "${SWIFT_SOURCE_DIR}/include"
181
# Generated C headers.
182
- "-Xcc" "-I" "-Xcc" "${CMAKE_BINARY_DIR}/include"
+ "-Xcc" "-I" "-Xcc" "${CMAKE_CURRENT_BINARY_DIR}/../include"
183
# Generated swift modules.
184
"-I" "${build_dir}"
185
COMMENT "Building swift module ${module}")
0 commit comments