Cleanup
This commit is contained in:
@@ -25,10 +25,6 @@ ifeq ($(platform),)
|
|||||||
platform = win
|
platform = win
|
||||||
else ifneq ($(findstring Darwin,$(shell uname -s)),)
|
else ifneq ($(findstring Darwin,$(shell uname -s)),)
|
||||||
platform = osx
|
platform = osx
|
||||||
arch = intel
|
|
||||||
ifeq ($(shell uname -p),powerpc)
|
|
||||||
arch = ppc
|
|
||||||
endif
|
|
||||||
else ifneq ($(findstring win,$(shell uname -s)),)
|
else ifneq ($(findstring win,$(shell uname -s)),)
|
||||||
platform = win
|
platform = win
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user