Skip to content

Commit 60285d8

Browse files
committed
Fix pio compilation on windows
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent f58c669 commit 60285d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unix = ["std", "raw_pio", "smbios", "dep:nix", "dep:libc"]
1212
linux = ["unix", "linux_pio", "cros_ec_driver"]
1313
freebsd = ["unix", "freebsd_pio"]
1414
# Windows does not have the cros_ec driver nor raw port I/O access to userspace
15-
windows = ["std", "smbios", "dep:windows", "win_driver"]
15+
windows = ["std", "smbios", "dep:windows", "win_driver", "raw_pio"]
1616
smbios = ["dep:smbios-lib"]
1717
std = ["dep:clap", "dep:clap-verbosity-flag", "dep:env_logger", "smbios-lib?/std", "dep:hidapi", "dep:rusb"]
1818
uefi = [

0 commit comments

Comments
 (0)