mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Thank you devhc
This commit is contained in:
parent
54aa7f2583
commit
fd4cf3b783
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -242,7 +242,7 @@ LIB=lib
|
|||
INSTALL=install
|
||||
MKDIR=mkdir
|
||||
|
||||
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