mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Build tools/OS X: Fix build by satisfying compat.c's dependence on osxbits.m.
git-svn-id: https://svn.eduke32.com/eduke32@5361 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3ef5586af7
commit
ed734ccd98
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ GAMEUTILS=ivfrate
|
||||||
DXUTILS=enumdisplay getdxdidf
|
DXUTILS=enumdisplay getdxdidf
|
||||||
SDLUTILS=makesdlkeytrans
|
SDLUTILS=makesdlkeytrans
|
||||||
|
|
||||||
|
ifeq ($(PLATFORM),DARWIN)
|
||||||
|
UTIL_OBJS += osxbits
|
||||||
|
endif
|
||||||
|
|
||||||
UTIL_OBJS_EXP:=$(addprefix $(ENGINE_OBJ)/,$(addsuffix .$o,$(UTIL_OBJS)))
|
UTIL_OBJS_EXP:=$(addprefix $(ENGINE_OBJ)/,$(addsuffix .$o,$(UTIL_OBJS)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue