fix cfg of link attribute for window/linux/freebsd

This commit is contained in:
Seth Pink
2014-11-15 18:13:23 +10:30
parent 3053588edd
commit 52c8df41d7
+1 -1
View File
@@ -32,7 +32,7 @@ mod mac {
extern {}
}
#[cfg(all(target_os="windows", target_os="linux", target_os="freebsd"))]
#[cfg(any(target_os="windows", target_os="linux", target_os="freebsd"))]
mod others {
#[link(name="SDL2_image")]
extern {}