diff options
| author | pigeons <pigeons> | 2017-01-27 09:10:08 -0800 |
|---|---|---|
| committer | pigeons <pigeons> | 2017-01-27 09:10:08 -0800 |
| commit | 7b94a47350f700fb6f8a8773bccd944fce6db24d (patch) | |
| tree | 09e5314392e4ca319172cf91eb3237487d2cd5eb /utils.sh | |
| parent | 4eedef048dd06ab501a592203f51b0d71b92ff58 (diff) | |
| download | monzero-gui-7b94a47350f700fb6f8a8773bccd944fce6db24d.tar.gz monzero-gui-7b94a47350f700fb6f8a8773bccd944fce6db24d.tar.xz monzero-gui-7b94a47350f700fb6f8a8773bccd944fce6db24d.zip | |
detect freebsd, build for armv7, configure general build for unknown platforms
Diffstat (limited to 'utils.sh')
| -rwxr-xr-x | utils.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
