1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +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

@ -24,5 +24,5 @@ set(TEST_SOURCES
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibELF LIBS LibDl)
serenity_test("${source}" LibELF)
endforeach()