Mirrored config changes in brson/rust-sdl#111

This commit is contained in:
Tony Aldridge
2013-11-18 10:14:30 +00:00
parent 3bd045a0d0
commit 9b4240865f
+1 -1
View File
@@ -8,7 +8,7 @@ mod mac {
#[link_args="-framework SDL2"]
extern {}
#[cfg(mac_dylib)]
#[cfg(not(mac_framework))]
#[link_args="-lSDL2"]
extern {}
}