Skip to content

Commit f3394bc

Browse files
committed
Disable _StringProcessing import in _CompilerPluginSupport
1 parent 31af288 commit f3394bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/CompilerPluginSupport/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ if(SWIFT_SWIFT_PARSER)
3535
-module-name;${module_name};
3636
-enable-library-evolution;
3737
-emit-module-interface;
38+
-disable-implicit-string-processing-module-import;
3839
-target;${target}>)
3940

40-
target_link_libraries("${library_name}"
41-
PRIVATE
42-
swiftCore
43-
)
44-
4541
swift_install_in_component(TARGETS "${library_name}"
4642
RUNTIME
4743
DESTINATION "bin"

0 commit comments

Comments
 (0)