mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Fix wrong Windows target OS label.
This commit is contained in:
@@ -32,7 +32,7 @@ mod mac {
|
||||
extern {}
|
||||
}
|
||||
|
||||
#[cfg(target_os="win32")]
|
||||
#[cfg(target_os="windows")]
|
||||
#[cfg(target_os="linux")]
|
||||
#[cfg(target_os="freebsd")]
|
||||
mod others {
|
||||
|
||||
Reference in New Issue
Block a user