File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def _get_test_environment(self, host_target):
57
57
# we need to prefer the libraries we just built
58
58
return {'DYLD_LIBRARY_PATH' : os .path .join (
59
59
_get_toolchain_path (host_target , self , self .args ),
60
- 'usr/ lib/ swift/ macosx' )}
60
+ 'usr' , ' lib' , ' swift' , ' macosx' )}
61
61
62
62
return None
63
63
@@ -98,10 +98,9 @@ def get_dependencies(cls):
98
98
99
99
100
100
def _get_toolchain_path (host_target , product , args ):
101
- """ TODO check if we should prefer using product.install_toolchain_path
102
- this logic initially was inside run_build_script_helper
103
- and was factored out so it can be used in testing as well
104
- """
101
+ # TODO check if we should prefer using product.install_toolchain_path
102
+ # this logic initially was inside run_build_script_helper
103
+ # and was factored out so it can be used in testing as well
105
104
106
105
toolchain_path = swiftpm .SwiftPM .get_install_destdir (args ,
107
106
host_target ,
You can’t perform that action at this time.
0 commit comments