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 7346a89 commit 7d4643bCopy full SHA for 7d4643b
pkgs/native_toolchain_c/lib/src/cbuilder/clinker.dart
@@ -49,7 +49,7 @@ class CLinker extends CTool implements Linker {
49
required LinkOutput output,
50
required Logger? logger,
51
}) async {
52
- if (config.targetOS != OS.linux) {
+ if (OS.current != OS.linux) {
53
throw UnsupportedError('Currently, only linux is supported for this '
54
'feature. See also https://github.com/dart-lang/native/issues/1376');
55
}
0 commit comments