|
|
@ -431,10 +431,8 @@ class XCodeBackend(backends.Backend): |
|
|
|
for s in t.sources: |
|
|
|
for s in t.sources: |
|
|
|
if isinstance(s, mesonlib.File): |
|
|
|
if isinstance(s, mesonlib.File): |
|
|
|
s = os.path.join(s.subdir, s.fname) |
|
|
|
s = os.path.join(s.subdir, s.fname) |
|
|
|
|
|
|
|
|
|
|
|
if not isinstance(s, str): |
|
|
|
if not isinstance(s, str): |
|
|
|
continue |
|
|
|
continue |
|
|
|
s = os.path.join(t.subdir, s) |
|
|
|
|
|
|
|
sdict = PbxDict() |
|
|
|
sdict = PbxDict() |
|
|
|
idval = self.buildfile_ids[(tname, s)] |
|
|
|
idval = self.buildfile_ids[(tname, s)] |
|
|
|
fileref = self.fileref_ids[(tname, s)] |
|
|
|
fileref = self.fileref_ids[(tname, s)] |
|
|
@ -495,10 +493,8 @@ class XCodeBackend(backends.Backend): |
|
|
|
for s in t.sources: |
|
|
|
for s in t.sources: |
|
|
|
if isinstance(s, mesonlib.File): |
|
|
|
if isinstance(s, mesonlib.File): |
|
|
|
s = os.path.join(s.subdir, s.fname) |
|
|
|
s = os.path.join(s.subdir, s.fname) |
|
|
|
|
|
|
|
|
|
|
|
if not isinstance(s, str): |
|
|
|
if not isinstance(s, str): |
|
|
|
continue |
|
|
|
continue |
|
|
|
s = os.path.join(t.subdir, s) |
|
|
|
|
|
|
|
idval = self.fileref_ids[(tname, s)] |
|
|
|
idval = self.fileref_ids[(tname, s)] |
|
|
|
fullpath = os.path.join(self.environment.get_source_dir(), s) |
|
|
|
fullpath = os.path.join(self.environment.get_source_dir(), s) |
|
|
|
src_dict = PbxDict() |
|
|
|
src_dict = PbxDict() |
|
|
|