mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
missed a removal of fnmatch.c
This commit is contained in:
parent
20a25f7935
commit
a5b2b78013
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ common_SOURCES= game.c wad.c world.c model.c model_alias.c model_brush.c \
|
|||
|
||||
# ... System type
|
||||
if SYSTYPE_WIN32
|
||||
qfsys_SRC= sys_win.c fnmatch.c
|
||||
qfsys_SRC= sys_win.c
|
||||
else
|
||||
qfsys_SRC= sys_unix.c
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue