mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Mark 32-bit yabridge libraries
So we're able to immediately spot that someone is using them from the logs.
This commit is contained in:
@@ -126,6 +126,9 @@ class PluginBridge {
|
||||
std::stringstream init_msg;
|
||||
|
||||
init_msg << "Initializing yabridge version " << yabridge_git_version
|
||||
#ifdef __i386__
|
||||
<< " (32-bit build)"
|
||||
#endif
|
||||
<< std::endl;
|
||||
init_msg << "host: '" << plugin_host->path().string() << "'"
|
||||
<< std::endl;
|
||||
|
||||
Reference in New Issue
Block a user