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:
Robbert van der Helm
2021-06-24 13:48:23 +02:00
parent b64b18f75e
commit e5187db9ef
+3
View File
@@ -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;