1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:57:35 +00:00

LibC: Remove the LibDl interface target

This commit is contained in:
Tim Schumacher 2022-08-14 12:44:35 +02:00 committed by Linus Groh
parent 8778bb3473
commit da0e28dccc
3 changed files with 3 additions and 7 deletions

View file

@ -3,6 +3,6 @@ set(SOURCES
)
serenity_lib(LibGPU gpu)
target_link_libraries(LibGPU LibCore LibDl)
target_link_libraries(LibGPU LibCore)
add_dependencies(LibGPU LibSoftGPU)