We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, our tool resolution abstraction does not really have a solution for resolving groups of tools.
Take for example https://github.com/dart-lang/native/blob/main/pkgs/native_toolchain_c/lib/src/native_toolchain/clang.dart, it has a clang, ar, and ld. If multiple clang installations are available on the system, but one is missing one of these 3 tools (for some obscure reason), we would only want to return tools from the complete clang installation.
clang
ar
ld
The text was updated successfully, but these errors were encountered:
tool
native_toolchain
No branches or pull requests
Currently, our tool resolution abstraction does not really have a solution for resolving groups of tools.
Take for example https://github.com/dart-lang/native/blob/main/pkgs/native_toolchain_c/lib/src/native_toolchain/clang.dart, it has a
clang
,ar
, andld
. If multiple clang installations are available on the system, but one is missing one of these 3 tools (for some obscure reason), we would only want to return tools from the complete clang installation.The text was updated successfully, but these errors were encountered: