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 7826d8b commit 8281a87Copy full SHA for 8281a87
pkgs/native_assets_builder/test/test_data/native_dynamic_linking_test.dart
@@ -105,6 +105,9 @@ void main() async {
105
environment: {
106
// Add the directory containing the linked dynamic libraries to
107
// the PATH so that the dynamic linker can find them.
108
+ // TODO(https://github.com/dart-lang/sdk/issues/56551): We could
109
+ // skip this if Dart would implicitly add dylib containing
110
+ // directories to the PATH.
111
if (Platform.isWindows)
112
'PATH': '${outputDirectory.toFilePath()};'
113
'${Platform.environment['PATH']}',
0 commit comments