https://github.com/rust-lang/cmake-rs/pull/200 This will still be a relative path if the out dir itself is still relative Given ```rust let dst = Config::new("../") .out_dir("./") .build(); ``` Then https://github.com/rust-lang/cmake-rs/blob/94da9de2ea79ab6cad572e908864a160cf4847a9/src/lib.rs#L555-L559 You will notice `build` variable is still relative. Thus https://github.com/rust-lang/cmake-rs/pull/200 does not work as intended.