From 339bbe163dd9141672eed5c8849a8c6ba19ad8ab Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 2 Jan 2024 22:20:55 +0100 Subject: [PATCH] Install 'pecoff_o' module in correct place --- xtldr2/modules/pecoff_o/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr2/modules/pecoff_o/CMakeLists.txt b/xtldr2/modules/pecoff_o/CMakeLists.txt index 09b0fff..12e137f 100644 --- a/xtldr2/modules/pecoff_o/CMakeLists.txt +++ b/xtldr2/modules/pecoff_o/CMakeLists.txt @@ -18,7 +18,7 @@ target_link_libraries(pecoff_o libxtos libxtldr) # Set proper binary name and install target set_target_properties(pecoff_o PROPERTIES SUFFIX .efi) -set_install_target(pecoff_o efi/boot/xtldr) +set_install_target(pecoff_o efi/boot/xtldr/modules) # Set module entrypoint and subsystem set_entrypoint(pecoff_o "XtLdrModuleMain")