File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -817,13 +817,15 @@ elif run_os in ['windows-msvc']:
817
817
config .swift_test_options , \
818
818
config .swift_frontend_test_options ))
819
819
820
- config .target_codesign = ''
820
+ config .target_codesign = 'echo '
821
821
822
822
subst_target_swift_frontend_mock_sdk = config .target_swift_frontend
823
823
subst_target_swift_frontend_mock_sdk_after = ''
824
824
825
825
config .target_build_swift_dylib = \
826
- ("%r -parse-as-library -emit-library -o '\\ 1'" % (config .target_build_swift ))
826
+ SubstituteCaptures ("%s -parse-as-library -emit-library -o \\ 1" % (config .target_build_swift ))
827
+ config .target_add_rpath = r''
828
+
827
829
config .target_clang = \
828
830
('clang++ -target %s %s' % (config .variant_triple , clang_mcp_opt ))
829
831
config .target_ld = \
You can’t perform that action at this time.
0 commit comments