Pass -mconsole on MinGW build

This commit is contained in:
Hanicef 2023-12-31 22:28:05 +01:00
parent 41975f4f40
commit 97abc19182

View file

@ -9,6 +9,10 @@ ifdef FREEBSD
libs+=-lpthread
endif
ifdef MINGW
libs+=-mconsole
endif
ifndef NOTHREADS
opts+=-DHAVE_THREADS
sources+=dedicated/i_threads.c