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 af49465 + f57c167 commit 127874eCopy full SHA for 127874e
cmake/modules/AddSwift.cmake
@@ -786,7 +786,7 @@ function(add_libswift name)
786
"-emit-module-path" "${build_dir}/${module}.swiftmodule"
787
"-parse-as-library" ${sources}
788
"-wmo" ${libswift_compile_options}
789
- "-I" "${CMAKE_SOURCE_DIR}/include/swift"
+ "-I" "${SWIFT_SOURCE_DIR}/include/swift"
790
"-I" "${build_dir}"
791
COMMENT "Building libswift module ${module}")
792
0 commit comments