Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b4d2557

Browse files
George Wrightfluttergithubbot
authored andcommitted
ensure we export the various dart snapshot symbols on Fuchsia (#15953)
1 parent 2bd8980 commit b4d2557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ config("config") {
109109
}
110110

111111
config("export_dynamic_symbols") {
112-
if (is_linux) {
112+
if (is_linux || is_fuchsia) {
113113
inputs = [
114114
"$flutter_root/common/exported_symbols.sym",
115115
]

0 commit comments

Comments
 (0)