Skip to content

Commit

Permalink
Update eosiocpp.in
Browse files Browse the repository at this point in the history
Remove realpath dependency
  • Loading branch information
elmato authored Mar 22, 2018
1 parent dc66712 commit f332d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eosiocpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function generate_abi {
exit 1
fi

context_folder=$(realpath $(dirname $1))
context_folder=$(cd "$(dirname "$1")" ; pwd -P)

${ABIGEN} -extra-arg=-c -extra-arg=--std=c++14 -extra-arg=--target=wasm32 \
-extra-arg=-nostdinc -extra-arg=-nostdinc++ -extra-arg=-DABIGEN \
Expand Down

0 comments on commit f332d55

Please sign in to comment.