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):
94
94
return self .args .install_swiftsyntax
95
95
96
96
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
108
101
109
102
@classmethod
110
103
def get_dependencies (cls ):
You can’t perform that action at this time.
0 commit comments