Remove dependency on 'which'

This commit is contained in:
2025-08-06 21:07:07 +03:00
parent 38b6ea0175
commit 713eafb708
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ BINDIR ?= $(PREFIX)/bin
SYSCONFDIR := $(PREFIX)/etc
# Compilers and tools
GO ?= $(shell which go)
GO ?= go
# Build-time variables
ROOT_COMPILATION_UID ?= 65534
-1
View File
@@ -14,7 +14,6 @@ BPM is still in very early development. Do not install it without knowing what y
- Download `go` from your package manager or from the go website
- Download `make` from your package manager
- Download `which` from your package manager
- Run the following command to compile the project. You may need to set the `GO` environment variable if your Go installation is not in your PATH
```sh
make