mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-13 00:24:44 +00:00
Translate changes to the Makefile build too
This commit is contained in:
parent
6c4187a6e3
commit
3e63226bad
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -277,6 +277,8 @@ else ifeq ($(YQ2_OSTYPE),Windows)
|
||||||
override LDFLAGS += -lws2_32 -lwinmm -static-libgcc
|
override LDFLAGS += -lws2_32 -lwinmm -static-libgcc
|
||||||
else ifeq ($(YQ2_OSTYPE), Darwin)
|
else ifeq ($(YQ2_OSTYPE), Darwin)
|
||||||
override LDFLAGS += -arch $(YQ2_ARCH)
|
override LDFLAGS += -arch $(YQ2_ARCH)
|
||||||
|
else ifeq ($(YQ2_OSTYPE), Haiku)
|
||||||
|
override LDFLAGS += -lm -lnetwork
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Keep symbols hidden.
|
# Keep symbols hidden.
|
||||||
|
|
Loading…
Reference in a new issue