Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 authored Jul 5, 2018
1 parent 8390189 commit 1a7f6e6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contracts=( "eosio.token"
unamestr=`uname`
if [[ "${unamestr}" == 'Darwin' ]]; then
PREFIX=/usr/local
BOOST=/usr/local
BOOST=/usr/local/include
OPENSSL=/usr/local/opt/openssl
else
PREFIX=~/opt
Expand Down Expand Up @@ -47,14 +47,11 @@ else
esac
fi


CXX_COMPILER=clang++-4.0

EOSIO_PREFIX=/usr/local
EOSIO_PREFIX=/usr/local/eosio

export BOOST=${BOOST}
export PREFIX=${PREFIX}
export INSTALL_PREFIX=/usr/local
export INSTALL_PREFIX=/usr/local/eosio

### Build all the contracts

Expand Down

0 comments on commit 1a7f6e6

Please sign in to comment.