From be5da2d4f2bbc68af22785624e0dc4baaa82b123 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Thu, 22 Jan 2026 07:34:56 +0800 Subject: [PATCH 6/6] XLDLibsndfileDecoder: find headers --- .../XLDLibsndfileDecoder_export.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XLDLibsndfileDecoder/XLDLibsndfileDecoder_export.xcodeproj/project.pbxproj b/XLDLibsndfileDecoder/XLDLibsndfileDecoder_export.xcodeproj/project.pbxproj index 02f87f2..bbac499 100644 --- a/XLDLibsndfileDecoder/XLDLibsndfileDecoder_export.xcodeproj/project.pbxproj +++ b/XLDLibsndfileDecoder/XLDLibsndfileDecoder_export.xcodeproj/project.pbxproj @@ -227,7 +227,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.4; OTHER_LDFLAGS = "-lsndfile"; PREBINDING = NO; - USER_HEADER_SEARCH_PATHS = /usr/local/include; + USER_HEADER_SEARCH_PATHS = ("../", "@PREFIX@/include",); VALID_ARCHS = "i386 ppc"; }; name = Debug; @@ -241,7 +241,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.4; OTHER_LDFLAGS = "-lsndfile"; PREBINDING = NO; - USER_HEADER_SEARCH_PATHS = /usr/local/include; + USER_HEADER_SEARCH_PATHS = ("../", "@PREFIX@/include",); VALID_ARCHS = "i386 ppc"; }; name = Release;