We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b103 commit e9f7e72Copy full SHA for e9f7e72
apps/cli/lib/src/compiler/api/entrypoint_compiler.dart
@@ -75,7 +75,6 @@ final class EntrypointCompiler {
75
if (Abi.current() != Abi.linuxX64) ...[
76
'--target-os=linux',
77
'--target-arch=x64',
78
- '--experimental-cross-compilation',
79
],
80
'-o',
81
outputPath,
apps/cli/lib/src/sdk/dart_sdk.dart
@@ -223,8 +223,7 @@ class Sdk {
223
);
224
225
/// The version when cross-compilation was introduced.
226
- static final Version _crossCompilationVersion =
227
- Version.parse('3.8.0-262.0.dev');
+ static final Version _crossCompilationVersion = Version.parse('3.8.0');
228
229
/// Whether or not the current SDK supports cross-compilation.
230
bool get supportsCrossCompilation {
0 commit comments