Skip to content

Commit 51f5371

Browse files
George WrightNoamDev
authored andcommitted
ensure we export the various dart snapshot symbols on Fuchsia (flutter#15953)
1 parent 8f03583 commit 51f5371

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)