package:native_toolchain_c v0.19.4
Pre-release
Pre-release
·
19 commits
to main
since this release
- Fix native_toolchain_c failing with MSSSMS installed by requiring vswhere to only show output that includes the necessary build tools
- Link frameworks for C and C++ sources targeting macOS or iOS.
(#3162) - Bump
package:code_assetsdependency to^2.0.0. - Spawn all processes through a
package:processProcessManager, exposed as
an optional parameter onCBuilder.run,CLinker.run,CLibrary.build, and
CLibrary.link(defaulting toLocalProcessManager), so process invocations
can be mocked in tests. (#3072)