Use last linker script found

pull/7559/head
Jimmy Brisson 2018-07-19 13:44:19 -05:00
parent c777bd6f5c
commit 289d494894
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ class Resources(object):
def linker_script(self):
options = self.get_file_names(FileType.LD_SCRIPT)
if options:
return options[-1]
return options[0]
else:
return None