Skip to content

Commit a974b78

Browse files
authored
fuchsia: Fix profile build (flutter#19399)
1 parent 2609ded commit a974b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/fuchsia/flutter/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ flutter_runner("aot") {
207207
product = false
208208

209209
if (flutter_runtime_mode == "profile") {
210-
extra_defines += [ "FLUTTER_PROFILE" ]
210+
extra_defines = [ "FLUTTER_PROFILE" ]
211211
}
212212

213213
extra_deps = [

0 commit comments

Comments
 (0)