Prevent bluetooth for iOS

Hi, I’m making an application for iOS and I would like to prevent to bluetooth feature to be included in the static library of SDL.

I tried to modify SDL_config_iphoneos.h
#define SDL_JOYSTICK_MFI 0
#define SDL_JOYSTICK_HIDAPI 0

But it’s not working.
Any idea to do this?

I think this is fixed in current sources again

1 Like