From: Ralph Giles Date: Sat, 22 Dec 2001 04:44:41 +0000 (+0000) Subject: Correct relative path to the ogg framework, required for linking. X-Git-Tag: v1.3.3~836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=773b89726a4956e1bc7b490948adc4a079430710;p=platform%2Fupstream%2Flibvorbis.git Correct relative path to the ogg framework, required for linking. svn path=/trunk/vorbis/; revision=2892 --- diff --git a/macosx/vorbis.pbproj/project.pbxproj b/macosx/vorbis.pbproj/project.pbxproj index d641e51..f9eb3bc 100644 --- a/macosx/vorbis.pbproj/project.pbxproj +++ b/macosx/vorbis.pbproj/project.pbxproj @@ -101,7 +101,7 @@ buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_SEARCH_PATHS = "/Library/Frameworks ../ogg/macosx/build"; + FRAMEWORK_SEARCH_PATHS = "/Library/Frameworks ../../ogg/macosx/build"; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = ""; INSTALL_PATH = /Library/Frameworks;