Fixed missing library for old clib versions

This commit is contained in:
WolverinDEV 2020-03-02 19:30:50 +01:00
parent e78b900937
commit 7cbe5717ce

View File

@ -68,6 +68,7 @@ target_link_libraries(TeaLicenseServer
pthread pthread
dl dl
z z
rt
) )
#The test license client #The test license client