mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ensure we export the various dart snapshot symbols on Fuchsia (flutter/engine#15953)
This commit is contained in:
parent
e83e36cfe7
commit
ffb91bfd48
@ -109,7 +109,7 @@ config("config") {
|
||||
}
|
||||
|
||||
config("export_dynamic_symbols") {
|
||||
if (is_linux) {
|
||||
if (is_linux || is_fuchsia) {
|
||||
inputs = [
|
||||
"$flutter_root/common/exported_symbols.sym",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user