mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 12:25:07 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ set(SOURCES
|
||||||
crypt.cpp
|
crypt.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_libc(LibCrypt crypt)
|
serenity_lib(LibCrypt crypt)
|
||||||
target_link_libraries(LibCrypt LibC LibCryptSHA2)
|
target_link_libraries(LibCrypt LibC LibCryptSHA2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue