Skip to content

Commit

Permalink
change an error message to a warning with pyldd and
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jan 18, 2018
1 parent 45af057 commit af297a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def _find_needed_dso_in_system(m, needed_dso, errors, sysroots, msg_prelude,
else:
print_msg(errors, "{}: {} not found in sysroot, is this binary repackaging?"
" .. do you need to use install_name_tool/patchelf?".
format(msg_prelude, needed_dso))
format(warn_prelude, needed_dso))
else:
# When a needed_dso begins with $RPATH it means we are making a CDT package
# (in any other case this would be a problem), but I should verify it is ok
Expand Down

0 comments on commit af297a8

Please sign in to comment.