Build relocatable image to allow proper UEFI loading
Einige Prüfungen sind fehlgeschlagen
Builds / ExectOS (amd64, release) (push) Failing after 35s
Builds / ExectOS (i686, debug) (push) Failing after 33s
Builds / ExectOS (amd64, debug) (push) Failing after 44s
Builds / ExectOS (i686, release) (push) Failing after 39s

Dieser Commit ist enthalten in:
2025-10-16 12:10:00 +02:00
Ursprung 56b81f5d73
Commit b19b27a621

Datei anzeigen

@@ -40,7 +40,7 @@ add_executable(xtldr ${XTLDR_SOURCE})
target_link_libraries(xtldr libxtos)
# Add linker options
target_link_options(xtldr PRIVATE /ALIGN:512 /DYNAMICBASE:NO /FIXED)
target_link_options(xtldr PRIVATE /ALIGN:512)
# Set proper binary name and install target
if(ARCH STREQUAL "i686")