mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Retire support for Haiku installation directory from Makefile
- It is out of the scope of the project. - It is the responsibility of Haiku package maintainer to configure this. No functional change Resolves #143
This commit is contained in:
@@ -28,10 +28,6 @@ EXE = stockfish
|
||||
|
||||
### Installation dir definitions
|
||||
PREFIX = /usr/local
|
||||
# Haiku has a non-standard filesystem layout
|
||||
ifeq ($(UNAME),Haiku)
|
||||
PREFIX=/boot/system/non-packaged
|
||||
endif
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
### Built-in benchmark for pgo-builds
|
||||
|
||||
Reference in New Issue
Block a user