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 764e728 commit 7d7c129Copy full SHA for 7d7c129
sdk/BUILD.gn
@@ -410,7 +410,7 @@ if (target_os != current_os && target_os == "fuchsia") {
410
deps = [ "../runtime/bin:dart" ]
411
dart_out = get_label_info("../runtime/bin:dart", "root_out_dir")
412
sources = [ "$dart_out/${dart_stripped_binary}${executable_suffix}" ]
413
- if (is_win) {
+ if (is_win && dart_lib_export_symbols) {
414
sources += [ "$dart_out/dart.lib" ]
415
}
416
outputs = [ "$root_out_dir/dart-sdk/bin/{{source_file_part}}" ]
0 commit comments