mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add linker flags for Windows
This commit is contained in:
parent
280a432161
commit
9618483d48
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -152,6 +152,8 @@ ifeq ($(OSTYPE),Linux)
|
|||
LDFLAGS := -L/usr/lib -lm -ldl
|
||||
else ifeq ($(OSTYPE),FreeBSD)
|
||||
LDFLAGS := -L/usr/local/lib -lm
|
||||
else ifeq ($(OSTYPE),Windows)
|
||||
LDFLAGS := -lws2_32 -lwinmm
|
||||
endif
|
||||
|
||||
# ----------
|
||||
|
|
Loading…
Reference in a new issue