diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-12-15 18:01:06 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-15 18:01:06 +0100 |
| commit | f74ef30ace6b45f3c0c29191d17aa1cbe48a6f2e (patch) | |
| tree | 3fa0599f927f57f715b1491a5e64ed9b4ada6ffc /build.sh | |
| parent | 143da2c3904a2b97f8aae814f6d31aee4affde28 (diff) | |
| download | monzero-gui-f74ef30ace6b45f3c0c29191d17aa1cbe48a6f2e.tar.gz monzero-gui-f74ef30ace6b45f3c0c29191d17aa1cbe48a6f2e.tar.xz monzero-gui-f74ef30ace6b45f3c0c29191d17aa1cbe48a6f2e.zip | |
Fix ubuntu build
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ fi # Platform indepenent settings platform=$(get_platform) -if [ "$platform" == "linux" ]; then +if [ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]; then distro=$(lsb_release -is) if [ "$distro" == "Ubuntu" ]; then CONFIG="$CONFIG libunwind_off" |
