mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +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:
parent
0935dca9a6
commit
35c1ccef39
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue