mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Cargo fmt
This commit is contained in:
parent
64fccd6a7e
commit
39cc12340c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user