1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:27:45 +00:00

LibC: Remove the LibPthread interface target

This commit is contained in:
Tim Schumacher 2022-07-15 16:00:33 +02:00 committed by Linus Groh
parent 28061cf94d
commit 5870484d1a
6 changed files with 5 additions and 15 deletions

View file

@ -4,4 +4,4 @@ set(SOURCES
)
serenity_lib(LibThreading threading)
target_link_libraries(LibThreading LibC LibCore LibPthread)
target_link_libraries(LibThreading LibC LibCore)