Skip to content
Snippets Groups Projects
Commit 97abc191 authored by Hanicef's avatar Hanicef
Browse files

Pass -mconsole on MinGW build

parent 41975f4f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ ifdef FREEBSD
libs+=-lpthread
endif
ifdef MINGW
libs+=-mconsole
endif
ifndef NOTHREADS
opts+=-DHAVE_THREADS
sources+=dedicated/i_threads.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment