mirror of
https://github.com/status-im/macdylibbundler.git
synced 2025-02-21 15:18:06 +00:00
put warning message on single-line
This commit is contained in:
parent
146b4e6afd
commit
c1b4effda1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user