Я получаю следующую ошибку:
Код: Выделить всё
C:/ProgramData/mingw64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: include_windows/openssl/lib\libcrypto.a(libcrypto-lib-cryptlib.obj):cryptlib.c:(.text+0x536): undefined reference to `__imp__vsnprintf'Код: Выделить всё
CXXFLAGS = -std=c++17 -Wall -O3 -I include -I include_windows -I srcКод: Выделить всё
LDFLAGS = -static -static-libgcc -static-libstdc++ -L include_windows/GLFW/lib -L include_windows/openssl/lib -lglfw3 -lopengl32 -lglu32 -lgdi32 -lssl -lcrypto -lcrypt32 -lws2_32 -lwsock32 Подробнее здесь: https://stackoverflow.com/questions/798 ... ibcrypto-a
Мобильная версия