From 786ee5f4f49f80058b745acd98d6cb42f328e0a9 Mon Sep 17 00:00:00 2001 From: FinnHornhoover <30576665+FinnHornhoover@users.noreply.github.com> Date: Sat, 22 Aug 2020 03:37:59 +0300 Subject: [PATCH] fixed PROTOCOL_VERSION not being defined (#23) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9614d43..be6ed7a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ PROTOCOL_VERSION?=104 # Windows-specific WIN_CXX=x86_64-w64-mingw32-g++ -WIN_CXXFLAGS=-std=c++17 -O3 #-g3 -fsanitize=address +WIN_CXXFLAGS=-std=c++17 -O3 -DPROTOCOL_VERSION=$(PROTOCOL_VERSION) #-g3 -fsanitize=address WIN_LDFLAGS=-static -lws2_32 -lwsock32 WIN_SERVER=bin/winfusion.exe