mirror of
https://github.com/monero-project/kovri
synced 2025-10-06 00:32:51 +02:00
Build: set make shell to bash
Fixes build on systems with default non-bash shells.
This commit is contained in:
1
Makefile
1
Makefile
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
# Get custom Kovri data path + set appropriate CMake generator.
|
# Get custom Kovri data path + set appropriate CMake generator.
|
||||||
# If no path is given, set default path
|
# If no path is given, set default path
|
||||||
|
SHELL := $(shell which bash)
|
||||||
system := $(shell uname)
|
system := $(shell uname)
|
||||||
ifeq ($(KOVRI_DATA_PATH),)
|
ifeq ($(KOVRI_DATA_PATH),)
|
||||||
ifeq ($(system), Linux)
|
ifeq ($(system), Linux)
|
||||||
|
Reference in New Issue
Block a user