Skip to content

Commit

Permalink
kmc-solid: Change target_os to solid_asp3
Browse files Browse the repository at this point in the history
  • Loading branch information
kawadakk committed Sep 27, 2021
1 parent 9e27ce6 commit 26afb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cfg_if! {

mod vxworks;
pub use vxworks::*;
} else if #[cfg(target_os = "solid-asp3")] {
} else if #[cfg(target_os = "solid_asp3")] {
mod fixed_width_ints;
pub use fixed_width_ints::*;

Expand Down

0 comments on commit 26afb61

Please sign in to comment.