소스 검색

Remove unneeded library from Makefile

Ian Goldberg 1 년 전
부모
커밋
68a87f14b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -127,7 +127,7 @@ endif
 
 Client_Cpp_Objects := $(Client_Cpp_Files:.cpp=.o)
 
-Client_Link_Flags := -lboost_thread -lpthread -lssl3 -lcrypto
+Client_Link_Flags := -lboost_thread -lpthread -lcrypto
 
 Client_Name := Client/clients