From 6fc6e798bf6a4af718b6055e721a95ebbaa05b2c Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Mon, 22 Mar 2021 22:02:39 -0400 Subject: [PATCH] remove __APPLE__ code not used by __IOS__ --- src/tuxpaint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index fe7ff3c3b..fb50fc019 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -8274,7 +8274,7 @@ static void load_stamps(SDL_Surface * screen) #else load_stamp_dir(screen, ASSETS_STAMPS_DIR); #endif -#ifdef __APPLE__ +#ifdef __MACOS__ load_stamp_dir(screen, "Resources/stamps"); load_stamp_dir(screen, "/Library/Application Support/TuxPaint/stamps"); #endif @@ -26143,7 +26143,7 @@ int main(int argc, char *argv[]) CLOCK_ASM(time2); #endif -#if defined(__APPLE__) +#if defined(__MACOS__) /* Pango uses Fontconfig which requires /opt/local/etc/fonts/fonts.conf. This * file may not exist on the runtime system, however, so we copy the file * into our app bundle at compile time, and tell Fontconfig here to look for