aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/scripts
AgeCommit message (Collapse)AuthorFilesLines
2024-09-17build: fix CRT code linkingFelix Morgner1-6/+6
CMake used to generate object files with a .obj extension. This appears to no longer be the case. As a fallback, we now match on 'o*' for the CRT code in the linker script. As of now, it is unclear when this change happened.
2024-09-17build: migrate away from conanFelix Morgner1-0/+139