mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02: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