mirror of https://github.com/ARMmbed/mbed-os.git
Use last linker script found
parent
c777bd6f5c
commit
289d494894
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue