SDL_image: Added the jxl as an optional framework for releases

From 27c4c81bae4a34bb7bdd06376075bbcd0ef6755b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 7 Feb 2025 11:38:49 -0800
Subject: [PATCH] Added the jxl as an optional framework for releases

---
 Xcode/pkg-support/build.xcconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Xcode/pkg-support/build.xcconfig b/Xcode/pkg-support/build.xcconfig
index 41c48bf71..189608dd8 100644
--- a/Xcode/pkg-support/build.xcconfig
+++ b/Xcode/pkg-support/build.xcconfig
@@ -12,8 +12,8 @@ CONFIG_FRAMEWORK_LDFLAGS = $(inherited) -weak_framework avif
 
 // Uncomment these lines to enable JPEG-XL support
 // If you do this, you should run external/download.sh to download the decode libraries and add jxl.framework to your application bundle.
-//CONFIG_PREPROCESSOR_DEFINITIONS = $(inherited) LOAD_JXL
-//CONFIG_FRAMEWORK_LDFLAGS = $(inherited) -weak_framework jxl
+CONFIG_PREPROCESSOR_DEFINITIONS = $(inherited) LOAD_JXL
+CONFIG_FRAMEWORK_LDFLAGS = $(inherited) -weak_framework jxl
 
 // Uncomment these lines to enable WebP support
 // If you do this, you should run external/download.sh to download the decode libraries and add webp.framework to your application bundle.