mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-09 06:50:49 +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)
|
WINLIB?=/$(BITS)
|
||||||
else ifeq ($(PLATFORM),WII)
|
else ifeq ($(PLATFORM),WII)
|
||||||
IMPLICIT_ARCH=ppc
|
IMPLICIT_ARCH=ppc
|
||||||
else
|
else ifeq ($(PLATFORM),DARWIN)
|
||||||
ifeq (1,$(BUILD32_ON_64))
|
ifeq (1,$(BUILD32_ON_64))
|
||||||
ifeq ($(ARCH),)
|
ifeq ($(ARCH),)
|
||||||
override ARCH:=-arch i386
|
override ARCH:=-arch i386
|
||||||
|
|
Loading…
Reference in a new issue