mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
fix linux compilation
This commit is contained in:
parent
5c0513931a
commit
b3f68801bb
@ -29,9 +29,9 @@ std::string ExecShellCommand( const char* cmd )
|
||||
class SymbolResolver
|
||||
{
|
||||
public:
|
||||
SymbolResolver( const std::string& addr2linePath )
|
||||
SymbolResolver()
|
||||
{
|
||||
std::stringstream result(ExecShellCommand("which addr2line"));
|
||||
std::stringstream result( ExecShellCommand("which addr2line") );
|
||||
std::getline(result, m_addr2LinePath);
|
||||
|
||||
if( !m_addr2LinePath.length() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user