mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 10:56:27 +00:00
SDL_SoftStretch: disable asm path if mprotect isn't available (see bug #3816)
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
# undef USE_ASM_STRETCH
|
||||
# endif
|
||||
# endif
|
||||
/* But it doesn't work if mprotect isn't available */
|
||||
# if !defined(HAVE_MPROTECT) && defined(USE_ASM_STRETCH)
|
||||
# undef USE_ASM_STRETCH
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_ASM_STRETCH
|
||||
|
Reference in New Issue
Block a user