mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Changed target_os from "win32" to "windows"
As of rust pull request 16435, cfg attributes now use "windows" instead of "win32" for the target_os parameter.
This commit is contained in:
+1
-1
@@ -12,7 +12,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