-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFI fails loading dynamic library in 2.5.0 #38288
Comments
@mit-mit -- you said it's fixed on master, right? |
This is fixed on master, and we're working on publishing a Dart 2.6.0-dev build that should also have a fix. I logged this to ensure those that encounter issues could search for it, and fine the workaround (use 2.6 dev). |
@sjindel-google can you check if we have an integration test to prevent this from happening again? |
It doesn't appear to be an issue with 2.5.0 vs 2.6.0-dev; the problem is that after |
Yes, confirmed that this works as expected on Windows |
Ensure lib-system lookup works in signed Dart SDK builds Fixes dart-lang/sdk#38288
Repro steps:
samples/ffi/system-command
pub get
dart macos.dart
,dart linux.dart
, ordart windows.dart
depending on OSError:
The text was updated successfully, but these errors were encountered: