1.0.79
Version 1.0.79
Changelog
- The
riscv32imc-esp-espidf
target is now supported (#776) Build::is_flag_supported
now checks the exit status of the compiler in addition to stderr output, improving reliability (#757)- When building for the
aarch64-apple-ios-sim
target-arch arm64
is now correctly passed as two arguments instead of one (#759) - Improved control over
ar
andranlib
(#763)- New functions to return the
ar
(Build::get_archiver
) andranlib
(Build::get_ranlib
) binaries used for this build have been added. - Several related environment variables involving the archiver and ranlib variant (
ARFLAGS
,RANLIBFLAGS
,AR
, andRANLIB
) are now respected automatically if not overridden. - Some other changes too, see #763 for details.
- New functions to return the
- We will now correctly locate
msbuild
under VS2022 (#773)
Additionally, a number of smaller changes which shouldn't impact users have been made (in particular #769 and #777); see the commit history for complete details.
Thanks to everybody who contributed to this release!