This commit is contained in:
twinaphex
2021-01-15 22:50:28 +01:00
parent ce8ae5d34c
commit 0401c3983d

View File

@@ -25,10 +25,6 @@ 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