Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.sh脚本缺失 #63

Closed
332947843 opened this issue Jun 27, 2022 · 1 comment
Closed

build.sh脚本缺失 #63

332947843 opened this issue Jun 27, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@332947843
Copy link

build.sh缺失以下脚本,导致无法build成功
set -e

if [[ $(uname) == 'Darwin' ]]; then
realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
}

md5sum() {
md5 $*
}
fi

@chuntaojun chuntaojun added the bug Something isn't working label Jun 28, 2022
@chuntaojun
Copy link
Member

ok,we will fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants