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

scripts: fix get_xx_lib funcs in pack_common.sh #210

Merged
merged 2 commits into from
Nov 7, 2018

Conversation

vagetablechicken
Copy link
Contributor

add 32/64-bit check when getting stdcpp or system lib
only allows one lib to be found

check_bit=`file $lib |grep "$bit_mode-bit"`
else
real_lib_name=`ls -l $lib |awk '{print $NF}'`
lib_path=${lib%/*}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里面包含了tab符号?都用空格吧

@qinzuoyan
Copy link
Contributor

更新下rdsn

@neverchanje
Copy link
Contributor

screenshot from 2018-11-07 11 02 44
你不应该把 file mode 改了

@qinzuoyan qinzuoyan merged commit ccf32c9 into apache:master Nov 7, 2018
neverchanje pushed a commit to neverchanje/pegasus that referenced this pull request Jul 13, 2019


Former-commit-id: 75d6c624ea20119aada0a80a8c7e1dcb5e384d0a [formerly ccf32c9]
Former-commit-id: 9c121fe54d247090a3a8a538520199273f591d62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants