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 3892c92 commit cdb29b8Copy full SHA for cdb29b8
pkgs/native_assets_cli/test/code_assets/config_test.dart
@@ -103,13 +103,14 @@ void main() async {
103
},
104
105
106
- 'c_compiler': {
107
- 'ar': fakeAr.toFilePath(),
108
- 'ld': fakeLd.toFilePath(),
109
- 'cc': fakeClang.toFilePath(),
110
- 'env_script': fakeVcVars.toFilePath(),
111
- 'env_script_arguments': ['arg0', 'arg1'],
112
- },
+ if (includeDeprecated)
+ 'c_compiler': {
+ 'ar': fakeAr.toFilePath(),
+ 'ld': fakeLd.toFilePath(),
+ 'cc': fakeClang.toFilePath(),
+ 'env_script': fakeVcVars.toFilePath(),
+ 'env_script_arguments': ['arg0', 'arg1'],
113
+ },
114
if (hookType == 'build' && includeDeprecated) 'dry_run': false,
115
if (hookType == 'build' && includeDeprecated) 'linking_enabled': false,
116
if (includeDeprecated) 'link_mode_preference': 'prefer-static',
0 commit comments