update mingw makefile

This commit is contained in:
R4SAS 2018-12-14 09:29:41 +03:00
parent f7a6d57855
commit 1fa34be52a
2 changed files with 17 additions and 6 deletions

View file

@ -48,7 +48,7 @@ else ifneq (, $(findstring mingw, $(SYS))$(findstring cygwin, $(SYS)))
DAEMON_SRC += Win32/DaemonWin32.cpp Win32/Win32Service.cpp Win32/Win32App.cpp
include Makefile.mingw
else # not supported
$(error Not supported platform)
$(error Not supported platform)
endif
ifeq ($(USE_MESHNET),yes)