mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 22:21:05 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue