put warning message on single-line

This commit is contained in:
SCG82 2019-12-11 23:01:01 -08:00
parent 146b4e6afd
commit c1b4effda1

View File

@ -182,7 +182,7 @@ std::string getUserInputDirForFile(const std::string& filename)
continue;
} else {
std::cerr << (searchPath+filename) << " was found.\n"
<< "/!\\ DylibBundler MAY NOT CORRECTLY HANDLE THIS DEPENDENCY:\n"
<< "/!\\ DylibBundler MAY NOT CORRECTLY HANDLE THIS DEPENDENCY: "
<< "Manually check the executable with 'otool -L'" << std::endl;
return searchPath;
}
@ -208,7 +208,7 @@ std::string getUserInputDirForFile(const std::string& filename)
else
{
std::cerr << (prefix+filename) << " was found.\n"
<< "/!\\ DylibBundler MAY NOT CORRECTLY HANDLE THIS DEPENDENCY:\n"
<< "/!\\ DylibBundler MAY NOT CORRECTLY HANDLE THIS DEPENDENCY: "
<< "Manually check the executable with 'otool -L'" << std::endl;
return prefix;
}