mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a windows build issue
This commit is contained in:
parent
fa58b795f2
commit
1ac6318804
1 changed files with 1 additions and 1 deletions
|
@ -1801,7 +1801,7 @@ if test "x$ENABLE_servers_nq" = xyes; then
|
|||
QF_NEED(nq, [common server])
|
||||
fi
|
||||
if test "x$ENABLE_servers_qtv" = xyes; then
|
||||
QTV_TARGETS="qtv $QTV_TARGETS"
|
||||
QTV_TARGETS="qtv\$(EXEEXT) $QTV_TARGETS"
|
||||
SV_TARGETS="$SV_TARGETS qtv"
|
||||
# QF_NEED(qtv, [common server])
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue