mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix build.
git-svn-id: https://svn.eduke32.com/eduke32@1752 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e745f3abf9
commit
e1a6dcbe94
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ OURCFLAGS+= $(BUILDCFLAGS)
|
|||
OURCXXFLAGS+= $(BUILDCFLAGS)
|
||||
|
||||
MISCLINKOPTS=
|
||||
ifeq($(PLATFORM),WINDOWS)
|
||||
ifeq ($(PLATFORM),WINDOWS)
|
||||
MISCLINKOPTS+= -Wl,--large-address-aware
|
||||
endif
|
||||
ifneq (0,$(KRANDDEBUG))
|
||||
|
|
Loading…
Reference in a new issue