mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +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:
committed by
Linus Groh
parent
4686989582
commit
ac40197047
@@ -10,5 +10,5 @@ set(SOURCES
|
||||
crypt.cpp
|
||||
)
|
||||
|
||||
serenity_libc(LibCrypt crypt)
|
||||
serenity_lib(LibCrypt crypt)
|
||||
target_link_libraries(LibCrypt LibC LibCryptSHA2)
|
||||
|
||||
Reference in New Issue
Block a user