mirror of
https://github.com/encounter/SDL.git
synced 2025-12-15 08:06:26 +00:00
Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation
Jonas Kulla The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c. I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# parameter name, type, value range, required, categories
|
||||
--blend, enum, [none blend add mod], false, []
|
||||
--fullscreen, boolean, [], false, []
|
||||
--fullscreen-desktop, boolean, [], false, []
|
||||
--iterations, integer, [1000 1000], true, []
|
||||
Reference in New Issue
Block a user