We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10a5e6 commit b9211a1Copy full SHA for b9211a1
test/lit.cfg
@@ -1538,7 +1538,7 @@ elif run_os == 'wasi':
1538
config.swift_driver_test_options, swift_execution_tests_extra_flags])
1539
config.target_codesign = "echo"
1540
config.target_build_swift_dylib = (
1541
- "%s -parse-as-library -emit-library -o '\\1'"
+ "%s -parse-as-library -emit-library -static -o '\\1'"
1542
% (config.target_build_swift))
1543
config.target_add_rpath = ''
1544
config.target_swift_frontend = ' '.join([
0 commit comments