Skip to content

Commit 46a6b54

Browse files
authored
Add package:ffi as path dependency to flutter_frontend_server (flutter#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
1 parent 913fa02 commit 46a6b54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flutter_frontend_server/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ dependency_overrides:
5555
path: ../../third_party/dart/pkg/dev_compiler
5656
expect:
5757
path: ../../third_party/dart/pkg/expect
58+
ffi:
59+
path: ../../third_party/dart/third_party/pkg/ffi
5860
fixnum:
5961
path: ../../third_party/dart/third_party/pkg/fixnum
6062
front_end:

0 commit comments

Comments
 (0)