forked from Public/monero-gui
detect freebsd, build for armv7, configure general build for unknown platforms
This commit is contained in:
2
utils.sh
2
utils.sh
@@ -5,6 +5,8 @@ function get_platform {
|
||||
local platform="unknown"
|
||||
if [ "$(uname)" == "Darwin" ]; then
|
||||
platform="darwin"
|
||||
elif [ "$(uname)" == "FreeBSD" ]; then
|
||||
platform="freebsd"
|
||||
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||
if [ "$(expr substr $(uname -m) 1 6)" == "x86_64" ]; then
|
||||
platform="linux64"
|
||||
|
||||
Reference in New Issue
Block a user