1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-21 21:38:09 -05:00

Cargo fmt

This commit is contained in:
Bradlee Speice 2020-01-12 17:08:45 -05:00
parent 64fccd6a7e
commit 39cc12340c

View File

@ -65,9 +65,7 @@ pub fn main() {
} else { } else {
&mut config &mut config
}; };
let cmake_output = config let cmake_output = config.build_target(link_type.target_name()).build();
.build_target(link_type.target_name())
.build();
// Trying to figure out the final path is a bit weird; // Trying to figure out the final path is a bit weird;
// For Linux/OSX, it's just build/lib // For Linux/OSX, it's just build/lib