mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
ce2e3ab52e
Somehwere between yabridge 1.1.4 and 1.2.0 we apparently started requiring newer libstc++ features, and I kind of forgot that libstdc++ needed is bound to the version of g++ the program was compiled with. Statically linking libstdc++ could in theory cause issues, but I think we'll be fine.