mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-30 16:01: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
|
INSTALL=install
|
||||||
MKDIR=mkdir
|
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)
|
ifeq ($(ARCH),axp)
|
||||||
ARCH=alpha
|
ARCH=alpha
|
||||||
|
|
Loading…
Reference in a new issue