mirror of
https://github.com/yquake2/xatrix.git
synced 2024-11-10 06:42:22 +00:00
Erlaube es auf allen Plattformen zu bauen.
This commit is contained in:
parent
d9d8c8b5bb
commit
7861c3ccc4
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -11,12 +11,6 @@
|
|||
# Check the OS type
|
||||
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/)
|
||||
|
|
Loading…
Reference in a new issue