Skip to content

Commit 289d494

Browse files
committed
Use last linker script found
1 parent c777bd6 commit 289d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def lib_refs(self):
347347
def linker_script(self):
348348
options = self.get_file_names(FileType.LD_SCRIPT)
349349
if options:
350-
return options[-1]
350+
return options[0]
351351
else:
352352
return None
353353

0 commit comments

Comments
 (0)