Cargo fmt

trying^2
Bradlee Speice 2020-01-12 17:08:45 -05:00
parent 64fccd6a7e
commit 39cc12340c
1 changed files with 1 additions and 3 deletions

View File

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