Install 'pecoff_o' module in correct place
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2024-01-02 22:20:55 +01:00
parent 8820440fb7
commit 339bbe163d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -18,7 +18,7 @@ target_link_libraries(pecoff_o libxtos libxtldr)
# Set proper binary name and install target # Set proper binary name and install target
set_target_properties(pecoff_o PROPERTIES SUFFIX .efi) 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 module entrypoint and subsystem
set_entrypoint(pecoff_o "XtLdrModuleMain") set_entrypoint(pecoff_o "XtLdrModuleMain")