Selaa lähdekoodia

Remove unneeded library from Makefile

Ian Goldberg 1 vuosi sitten
vanhempi
commit
68a87f14b9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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