未验证 提交 f332d550 编写于 作者: M Matias Romeo 提交者: GitHub

Update eosiocpp.in

Remove realpath dependency
上级 dc66712a
......@@ -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 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册