LibCrypt: Define it as a normal library
LibCrypt has no need for being -nostdlib, especially since we just link in LibC manually anyways.
This commit is contained in:
parent
4686989582
commit
ac40197047
Notes:
sideshowbarker
2024-07-17 17:40:13 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/ac40197047 Pull-request: https://github.com/SerenityOS/serenity/pull/15746 Issue: https://github.com/SerenityOS/serenity/issues/14376
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ set(SOURCES
|
|||
crypt.cpp
|
||||
)
|
||||
|
||||
serenity_libc(LibCrypt crypt)
|
||||
serenity_lib(LibCrypt crypt)
|
||||
target_link_libraries(LibCrypt LibC LibCryptSHA2)
|
||||
|
|
Loading…
Add table
Reference in a new issue