Skip to content

1.0.79

Compare
Choose a tag to compare
@thomcc thomcc released this 28 Jan 20:08
· 345 commits to main since this release
e5bbdfa

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 and ranlib (#763)
    • New functions to return the ar (Build::get_archiver) and ranlib (Build::get_ranlib) binaries used for this build have been added.
    • Several related environment variables involving the archiver and ranlib variant (ARFLAGS, RANLIBFLAGS, AR, and RANLIB) are now respected automatically if not overridden.
    • Some other changes too, see #763 for details.
  • 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!