Skip to content

Commit 2f23476

Browse files
[flutter_tools] dont supress analytics from re-entrant macos build (flutter#54805)
1 parent 2158801 commit 2f23476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/bin/macos_assemble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [[ -n "$DART_OBFUSCATION" ]]; then
7272
dart_obfuscation_flag="true"
7373
fi
7474

75-
RunCommand "${FLUTTER_ROOT}/bin/flutter" --suppress-analytics \
75+
RunCommand "${FLUTTER_ROOT}/bin/flutter" \
7676
${verbose_flag} \
7777
${flutter_engine_flag} \
7878
${local_engine_flag} \

0 commit comments

Comments
 (0)