From b1be0a454701bb76d52b37c7b0f0d519d3751dfe Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 3 Apr 2014 00:05:24 +0300 Subject: Path fixing for great link justice. --- xcodebackend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcodebackend.py') diff --git a/xcodebackend.py b/xcodebackend.py index d1bd8aa8b..199b3668e 100644 --- a/xcodebackend.py +++ b/xcodebackend.py @@ -598,7 +598,7 @@ class XCodeBackend(backends.Backend): headerdirs.append(os.path.join(self.environment.get_build_dir(), cd)) for l in target.link_targets: abs_path = os.path.join(self.environment.get_build_dir(), - buildtype, l.get_filename()) + l.subdir, buildtype, l.get_osx_filename()) dep_libs.append("'%s'" % abs_path) if isinstance(l, build.SharedLibrary): links_dylib = True -- cgit v1.2.3