File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,10 @@ def should_install(self, host_target):
9494 return self .args .install_swiftsyntax
9595
9696 def install (self , target_name ):
97- install_prefix = self .args .install_destdir + self .args .install_prefix
98-
99- dylib_dir = os .path .join (install_prefix , 'lib' )
100-
101- additional_params = [
102- '--dylib-dir' , dylib_dir ,
103- '--install'
104- ]
105-
106- self .run_swiftsyntax_build_script (target = target_name ,
107- additional_params = additional_params )
97+ # SwiftSyntax doesn't produce any products thate should be installed
98+ # into the toolchein. All tools using it link against SwiftSyntax
99+ # statically.
100+ pass
108101
109102 @classmethod
110103 def get_dependencies (cls ):
You can’t perform that action at this time.
0 commit comments