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

Commit ce5d7b5

Browse files
author
Bucky Kittinger
committed
remove default path with build script
1 parent 4a8ef61 commit ce5d7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if [ -z "$CMAKE" ]; then
9494
CMAKE=$( command -v cmake )
9595
fi
9696

97-
"$CMAKE" -DCMAKE_INSTALL_PREFIX=/usr/local/eosio.cdt ../
97+
"$CMAKE" ../
9898
if [ $? -ne 0 ]; then
9999
exit -1;
100100
fi

0 commit comments

Comments
 (0)