Skip to content
Snippets Groups Projects
Commit 4e167fe7 authored by Hanicef's avatar Hanicef
Browse files

Pass -mconsole on MinGW build

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