fixed PROTOCOL_VERSION not being defined

This commit is contained in:
FinnHornhoover 2020-08-22 03:22:50 +03:00
parent bf6c5d1b6b
commit 2b8c5a422e

View File

@ -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