Update Makefile.llvm

This commit is contained in:
Vladimir Dubrovin 2025-03-14 18:41:55 +03:00 committed by GitHub
parent 3590fecb9a
commit 0b3126dc5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ LN = $(CC)
LDFLAGS = -O2 -fno-strict-aliasing -s
DLFLAGS = -shared
DLSUFFICS = .dll
LIBS = -lws2_32 -lodbc32 -ladvapi32 -luser32 -lcrypto -lssl
LIBS = -lws2_32 -lodbc32 -ladvapi32 -luser32 -llibcrypto.lib -llibssl.lib
LIBSPREFIX = -l
LIBSSUFFIX =
LNOUT = -o