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

Commit

Permalink
remove default path with build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucky Kittinger committed Jul 10, 2019
1 parent 4a8ef61 commit ce5d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if [ -z "$CMAKE" ]; then
CMAKE=$( command -v cmake )
fi

"$CMAKE" -DCMAKE_INSTALL_PREFIX=/usr/local/eosio.cdt ../
"$CMAKE" ../
if [ $? -ne 0 ]; then
exit -1;
fi
Expand Down

0 comments on commit ce5d7b5

Please sign in to comment.