mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix GNU/kFreeBSD patch by Cyril Brulebois. --> ... <--
This commit is contained in:
parent
0afedc928c
commit
58a8f5ef8b
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -239,7 +239,9 @@ LIB=lib
|
|||
INSTALL=install
|
||||
MKDIR=mkdir
|
||||
|
||||
ifneq (,findstring($(PLATFORM),linux gnu_kfreebsd kfreebsd-gnu))
|
||||
#ifneq (,$(findstring i86pc,$(shell uname -m)))
|
||||
#ifneq (,findstring($(PLATFORM),linux gnu_kfreebsd kfreebsd-gnu))
|
||||
ifneq (,$(findstring $(PLATFORM), linux gnu_kfreebsd kfreebsd-gnu))
|
||||
|
||||
ifeq ($(ARCH),axp)
|
||||
ARCH=alpha
|
||||
|
|
Loading…
Reference in a new issue