kopia lustrzana https://github.com/cyoung/stratux
use arch to detect platform
rodzic
883cb496a4
commit
d646f86fc0
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ $(if $(GOROOT),,$(error GOROOT is not set!))
|
||||||
PLATFORMDEPENDENT=fancontrol
|
PLATFORMDEPENDENT=fancontrol
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ARCH := $(shell uname -p)
|
ARCH := $(shell arch)
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
OGN_RX_BINARY=ogn/ogn-rx-eu_aarch64
|
OGN_RX_BINARY=ogn/ogn-rx-eu_aarch64
|
||||||
else
|
else
|
||||||
|
|
Ładowanie…
Reference in New Issue