Skip to content

Commit 26afb61

Browse files
committed
kmc-solid: Change target_os to solid_asp3
1 parent 9e27ce6 commit 26afb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ cfg_if! {
123123

124124
mod vxworks;
125125
pub use vxworks::*;
126-
} else if #[cfg(target_os = "solid-asp3")] {
126+
} else if #[cfg(target_os = "solid_asp3")] {
127127
mod fixed_width_ints;
128128
pub use fixed_width_ints::*;
129129

0 commit comments

Comments
 (0)