Update Makefile.win

This commit is contained in:
Vladimir Dubrovin 2025-03-14 19:08:58 +03:00 committed by GitHub
parent 3e77e4a8a5
commit c72c1d7d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ LN = gcc
LDFLAGS = -O2 -s -mthreads
DLFLAGS = -shared
DLSUFFICS = .dll
LIBS = -lws2_32 -lodbc32 -ladvapi32 libcrypto.lib libssl.lib
LIBS = -lws2_32 -lodbc32 -ladvapi32 -lcrypto -lssl
LIBSPREFIX = -l
LIBSSUFFIX =
LNOUT = -o