Releases: rust-lang/cmake-rs
Releases · rust-lang/cmake-rs
v0.1.52
v0.1.51
0.1.49
Version 0.1.49
Changelog
emcmake
andemmake
are now used when compiling to emscripten targets. (#137)- On 32 bit x86 MSVC targets, the toolset is now always explicitly configured rather than checking the version of MSVC first. (#144)
--parallel
is no longer passed to versions ofcmake
that might not support that flag. (#146)- If a missing directory is provided via the
Config::out_dir
API, we will now properly create it rather than failing and reporting a confusing message thatcmake
is not installed, even if it is. (#159) CMAKE_OSX_ARCHITECTURES
is passed on macOS so that we no longer produce universal binaries by default. (#160)- Several improvements have been made to cross-compilation support. (#158)
- If
make
jobserver flags are present inMAKEFLAGS
, we now will respect them (by not passing--parallel
tocmake
). (#153)
Additionally, a number of smaller changes which shouldn't impact users have been made; see the commit history for complete details.
Thanks to everybody who contributed to this release!