From 388563b10f9d19898130296836c00d04618181b7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 8 May 2018 20:26:48 -0700 Subject: [PATCH] Fixed building the SDL_image static library on OS X --- Xcode/SDL_image.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xcode/SDL_image.xcodeproj/project.pbxproj b/Xcode/SDL_image.xcodeproj/project.pbxproj index 9328ec98..99666a78 100755 --- a/Xcode/SDL_image.xcodeproj/project.pbxproj +++ b/Xcode/SDL_image.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ 007288A80F0DA79800C302A9 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007288A60F0DA79800C302A9 /* ApplicationServices.framework */; }; + AA23FC7D20A2A1B90017DFB9 /* IMG_svg.c in Sources */ = {isa = PBXBuildFile; fileRef = AA50AA461F9C7C50003B9C0C /* IMG_svg.c */; }; AA50AA471F9C7C50003B9C0C /* IMG_svg.c in Sources */ = {isa = PBXBuildFile; fileRef = AA50AA461F9C7C50003B9C0C /* IMG_svg.c */; }; AA579DF2161C07E6005F809B /* IMG_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA579DE2161C07E6005F809B /* IMG_bmp.c */; }; AA579DF3161C07E7005F809B /* IMG_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA579DE2161C07E6005F809B /* IMG_bmp.c */; }; @@ -449,6 +450,7 @@ AA579E0D161C07E7005F809B /* IMG_xv.c in Sources */, AA579E0F161C07E7005F809B /* IMG_xxx.c in Sources */, AA579E11161C07E7005F809B /* IMG.c in Sources */, + AA23FC7D20A2A1B90017DFB9 /* IMG_svg.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };