Explorar o código

LibCrypt: Define it as a normal library

LibCrypt has no need for being -nostdlib, especially since we just link
in LibC manually anyways.
Tim Schumacher %!s(int64=2) %!d(string=hai) anos
pai
achega
ac40197047
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Userland/Libraries/LibCrypt/CMakeLists.txt

+ 1 - 1
Userland/Libraries/LibCrypt/CMakeLists.txt

@@ -10,5 +10,5 @@ set(SOURCES
     crypt.cpp
 )
 
-serenity_libc(LibCrypt crypt)
+serenity_lib(LibCrypt crypt)
 target_link_libraries(LibCrypt LibC LibCryptSHA2)