quick (attempted) fix for the Linux workflow linkage error

This commit is contained in:
Marcos Slomp
2026-06-05 09:14:22 -07:00
parent af2a369dff
commit f9f772e507

View File

@@ -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()