mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 09:51:21 +00:00
Merge 61475598b0
into 8d2c2b42a5
This commit is contained in:
commit
3c78caec37
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -14,6 +14,14 @@ ifeq ($(shell uname -m), aarch64)
|
|||
COMPILE_ARCH=arm64
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring MINGW32,$(shell uname)))
|
||||
COMPILE_PLATFORM=mingw32
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring MINGW64,$(shell uname)))
|
||||
COMPILE_PLATFORM=mingw64
|
||||
endif
|
||||
|
||||
ifeq ($(COMPILE_PLATFORM),sunos)
|
||||
# Solaris uname and GNU uname differ
|
||||
COMPILE_ARCH=$(shell uname -p | sed -e 's/i.86/x86/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue