From 8769444beb9686c8214589d447381ce8686284e9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 23 Dec 2007 13:16:21 -0500 Subject: [PATCH] BUG: Revert previous change until it works on all OSX versions. --- Source/cmGlobalXCodeGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index f8cb31017..d02fe2674 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -2015,7 +2015,7 @@ void cmGlobalXCodeGenerator // Loop over all library dependencies. const cmTarget::LinkLibraryVectorType& tlibs = - cmtarget->GetOriginalLinkLibraries(); + cmtarget->GetLinkLibraries(); for(cmTarget::LinkLibraryVectorType::const_iterator lib = tlibs.begin(); lib != tlibs.end(); ++lib) {