This commit is contained in:
twinaphex 2019-12-27 04:45:42 +01:00
parent 430af2fbd4
commit 20e36369b5

View File

@ -21,6 +21,10 @@ ifeq ($(platform),)
platform = win
else ifneq ($(findstring Darwin,$(shell uname -s)),)
platform = osx
arch = intel
ifeq ($(shell uname -p),powerpc)
arch = ppc
endif
else ifneq ($(findstring win,$(shell uname -s)),)
platform = win
endif