mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-04 23:34:56 -04:00
Cargo fmt
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user