Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Sep 13, 2024
1 parent 7826d8b commit 8281a87
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ void main() async {
environment: {
// Add the directory containing the linked dynamic libraries to
// the PATH so that the dynamic linker can find them.
// TODO(https://github.com/dart-lang/sdk/issues/56551): We could
// skip this if Dart would implicitly add dylib containing
// directories to the PATH.
if (Platform.isWindows)
'PATH': '${outputDirectory.toFilePath()};'
'${Platform.environment['PATH']}',
Expand Down

0 comments on commit 8281a87

Please sign in to comment.