mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
DynamicLoader: Remove obsolete comment
This commit is contained in:
parent
16b9a2d2e1
commit
092ee955aa
Notes:
sideshowbarker
2024-07-18 11:10:01 +09:00
Author: https://github.com/gunnarbeutner
Commit: 092ee955aa
Pull-request: https://github.com/SerenityOS/serenity/pull/8364
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if ("${SERENITY_ARCH}" STREQUAL "i686")
|
|||
file(GLOB LIBC_SOURCES3 "../Libraries/LibC/arch/i386/*.S")
|
||||
set(ELF_SOURCES ${ELF_SOURCES} ../Libraries/LibELF/Arch/i386/plt_trampoline.S)
|
||||
elseif ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
||||
file(GLOB LIBC_SOURCES3 "../Libraries/LibC/arch/x86_64/*.S") # FIXME: this does not exist at this point!
|
||||
file(GLOB LIBC_SOURCES3 "../Libraries/LibC/arch/x86_64/*.S")
|
||||
set(ELF_SOURCES ${ELF_SOURCES} ../Libraries/LibELF/Arch/x86_64/plt_trampoline.S)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue