From b1375c69f560f16c5a05825030ef1add0ed85d4a Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Mon, 14 Dec 2020 10:39:26 -0600 Subject: [PATCH] Add lsqlite3 flag to Windows section of Makefile as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9da9133..dd14850 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ WIN_CC=x86_64-w64-mingw32-gcc WIN_CXX=x86_64-w64-mingw32-g++ WIN_CFLAGS=-O3 #-g3 -fsanitize=address WIN_CXXFLAGS=-D_WIN32_WINNT=0x0601 -Wall -Wno-unknown-pragmas -std=c++17 -O3 -DPROTOCOL_VERSION=$(PROTOCOL_VERSION) -DGIT_VERSION=\"$(GIT_VERSION)\" #-g3 -fsanitize=address -WIN_LDFLAGS=-static -lws2_32 -lwsock32 #-g3 -fsanitize=address +WIN_LDFLAGS=-static -lws2_32 -lwsock32 -lsqlite3 #-g3 -fsanitize=address WIN_SERVER=bin/winfusion.exe CSRC=\