mirror of
https://github.com/starship/starship.git
synced 2025-06-27 13:22:22 +02:00
parent
d2c336cc07
commit
2e8b51c5e8
1
build.rs
1
build.rs
@ -4,7 +4,6 @@ use std::io::Write;
|
|||||||
use shadow_rs::SdResult;
|
use shadow_rs::SdResult;
|
||||||
|
|
||||||
fn main() -> SdResult<()> {
|
fn main() -> SdResult<()> {
|
||||||
shadow_rs::new().map_err(|err| err.to_string())?;
|
|
||||||
shadow_rs::new_hook(gen_presets_hook)?;
|
shadow_rs::new_hook(gen_presets_hook)?;
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user