mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 18:46:59 +08:00
Change the install prefix for Haiku
* /boot/common was removed from Haiku * The equivalent path now that package management has been implemented is /boot/system/non-packaged No functional change Bench: 8759681
This commit is contained in:
committed by
Joona Kiiski
parent
ccd823a4ff
commit
e4e423bb05
@@ -30,7 +30,7 @@ EXE = stockfish
|
|||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
# Haiku has a non-standard filesystem layout
|
# Haiku has a non-standard filesystem layout
|
||||||
ifeq ($(UNAME),Haiku)
|
ifeq ($(UNAME),Haiku)
|
||||||
PREFIX=/boot/common
|
PREFIX=/boot/system/non-packaged
|
||||||
endif
|
endif
|
||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user