mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 00:23:47 +00:00
quick (attempted) fix for the Linux workflow linkage error
This commit is contained in:
@@ -22,6 +22,10 @@ extern "C"
|
||||
#define STBI_ONLY_JPEG
|
||||
#include "stb_image.h"
|
||||
|
||||
#ifdef TRACY_DEMANGLE
|
||||
extern "C" const char* ___tracy_demangle( const char* ) { return nullptr; }
|
||||
#endif
|
||||
|
||||
struct static_init_test_t
|
||||
{
|
||||
static_init_test_t()
|
||||
|
||||
Reference in New Issue
Block a user