mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Makefile: Only apply $(ARCH) processing code on Macs.
git-svn-id: https://svn.eduke32.com/eduke32@5864 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
dcbb2891ae
commit
9363f7d023
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ ifeq ($(PLATFORM),WINDOWS)
|
|||
WINLIB?=/$(BITS)
|
||||
else ifeq ($(PLATFORM),WII)
|
||||
IMPLICIT_ARCH=ppc
|
||||
else
|
||||
else ifeq ($(PLATFORM),DARWIN)
|
||||
ifeq (1,$(BUILD32_ON_64))
|
||||
ifeq ($(ARCH),)
|
||||
override ARCH:=-arch i386
|
||||
|
|
Loading…
Reference in a new issue