mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-14 14:11:15 +00:00
solaris tr apparently doesn't work as the GNU one
This commit is contained in:
parent
150ad09ce1
commit
08f44d8247
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@
|
||||||
# GNU Make required
|
# GNU Make required
|
||||||
#
|
#
|
||||||
|
|
||||||
COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr A-Z a-z)
|
COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]')
|
||||||
|
|
||||||
ifeq ($(COMPILE_PLATFORM),darwin)
|
ifeq ($(COMPILE_PLATFORM),darwin)
|
||||||
# Apple does some things a little differently...
|
# Apple does some things a little differently...
|
||||||
|
|
Loading…
Reference in a new issue