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 2f1be83 commit ffdd338Copy full SHA for ffdd338
cmake/modules/AddSwiftHostLibrary.cmake
@@ -44,10 +44,8 @@ function(add_swift_host_library name)
44
target_compile_options("${name}" PRIVATE
45
$<$<COMPILE_LANGUAGE:Swift>:
46
-module-name;${name};
47
- -enable-library-evolution;
48
-emit-module-path;${module_file};
49
- -emit-module-source-info-path;${module_sourceinfo_file};
50
- -emit-module-interface-path;${module_interface_file}
+ -emit-module-source-info-path;${module_sourceinfo_file}
51
>)
52
53
# NOTE: workaround for CMake not setting up include flags yet
0 commit comments