mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 05:31:29 +00:00
Another patch from gladiac, cleans up the makefile a little.
This commit is contained in:
parent
f327407bb8
commit
e09e027914
1 changed files with 1 additions and 10 deletions
|
@ -19,16 +19,7 @@
|
|||
|
||||
PLATFORM=$(shell uname|tr A-Z a-z)
|
||||
PLATFORM_RELEASE=$(shell uname -r)
|
||||
ARCH=$(shell uname -m)
|
||||
ifeq ($(ARCH),i486)
|
||||
ARCH=i386
|
||||
endif
|
||||
ifeq ($(ARCH),i586)
|
||||
ARCH=i386
|
||||
endif
|
||||
ifeq ($(ARCH),i686)
|
||||
ARCH=i386
|
||||
endif
|
||||
ARCH:=$(shell uname -m | sed -e s/i.86/i386/)
|
||||
|
||||
###
|
||||
### These paths are where you probably want to change things
|
||||
|
|
Loading…
Reference in a new issue