mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Erlaube es auf allen Plattformen zu bauen.
This commit is contained in:
parent
058d8de80f
commit
415dad72c1
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -25,12 +25,6 @@
|
||||||
# Check the OS type
|
# Check the OS type
|
||||||
OSTYPE := $(shell uname -s)
|
OSTYPE := $(shell uname -s)
|
||||||
|
|
||||||
ifneq ($(OSTYPE),Linux)
|
|
||||||
ifneq ($(OSTYPE),FreeBSD)
|
|
||||||
#$(error $(OSTYPE) is currently not supported by this Client.)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/amd64/x86_64/)
|
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/amd64/x86_64/)
|
||||||
|
|
Loading…
Reference in a new issue