We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989ac2a commit d30c460Copy full SHA for d30c460
common/config.gni
@@ -59,6 +59,10 @@ if (flutter_runtime_mode == "debug") {
59
feature_defines_list += [ "FLUTTER_RUNTIME_MODE=0" ]
60
}
61
62
+if (is_linux || is_mac || is_win) {
63
+ support_fractional_translation = true
64
+}
65
+
66
if (support_fractional_translation) {
67
feature_defines_list += [ "SUPPORT_FRACTIONAL_TRANSLATION=1" ]
68
0 commit comments