mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-24 21:21:38 +00:00
Erlaube es auf allen Plattformen zu bauen.
This commit is contained in:
parent
7416156ad3
commit
3097a0dd28
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -11,12 +11,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