Skip to content

Commit

Permalink
Add package:ffi as path dependency to flutter_frontend_server (flutte…
Browse files Browse the repository at this point in the history
…r#37802)

The CL in [0] added package:ffi as dependency to package:compiler. Since
flutter_frontend_server needs all dependencies as path dependencies, we
need to add package:ffi there via path.

[0] https://dart-review.googlesource.com/c/sdk/+/269640
  • Loading branch information
mkustermann authored Nov 21, 2022
1 parent 913fa02 commit 46a6b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter_frontend_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ dependency_overrides:
path: ../../third_party/dart/pkg/dev_compiler
expect:
path: ../../third_party/dart/pkg/expect
ffi:
path: ../../third_party/dart/third_party/pkg/ffi
fixnum:
path: ../../third_party/dart/third_party/pkg/fixnum
front_end:
Expand Down

0 comments on commit 46a6b54

Please sign in to comment.