mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
Pass -mconsole on MinGW build
This commit is contained in:
parent
41975f4f40
commit
97abc19182
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ ifdef FREEBSD
|
|||
libs+=-lpthread
|
||||
endif
|
||||
|
||||
ifdef MINGW
|
||||
libs+=-mconsole
|
||||
endif
|
||||
|
||||
ifndef NOTHREADS
|
||||
opts+=-DHAVE_THREADS
|
||||
sources+=dedicated/i_threads.c
|
||||
|
|
Loading…
Reference in a new issue