浏览代码

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