Merge branch 'unfuck-icon-mac' into 'master'

Use SDL version of executable icon at runtime on macOS

See merge request KartKrew/Kart-Public!321
This commit is contained in:
Sal 2022-11-12 22:37:06 +00:00
commit 5008558633

View file

@ -42,7 +42,7 @@
#ifdef HAVE_IMAGE
#include "SDL_image.h"
#elif 1
#elif (!defined(__APPLE__))
#define LOAD_XPM //I want XPM!
#include "IMG_xpm.c" //Alam: I don't want to add SDL_Image.dll/so
#define HAVE_IMAGE //I have SDL_Image, sortof