mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00: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
|
### Installation dir definitions
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
# Haiku has a non-standard filesystem layout
|
|
||||||
ifeq ($(UNAME),Haiku)
|
|
||||||
PREFIX=/boot/system/non-packaged
|
|
||||||
endif
|
|
||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
|
|
||||||
### Built-in benchmark for pgo-builds
|
### Built-in benchmark for pgo-builds
|
||||||
|
|||||||
Reference in New Issue
Block a user