Skip to content

Commit 8281a87

Browse files
committed
Add comment
1 parent 7826d8b commit 8281a87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/native_assets_builder/test/test_data/native_dynamic_linking_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ void main() async {
105105
environment: {
106106
// Add the directory containing the linked dynamic libraries to
107107
// 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.
108111
if (Platform.isWindows)
109112
'PATH': '${outputDirectory.toFilePath()};'
110113
'${Platform.environment['PATH']}',

0 commit comments

Comments
 (0)