Skip to content
  • Volker Krause's avatar
    Work around MARBLE_ADD_WRITER not working in static builds · ae1c539f
    Volker Krause authored and Torsten Rahn's avatar Torsten Rahn committed
    This relies on being executed during plugin loading, but in a static build
    it's either executed too early when the called code isn't ready yet (which
    crashes), or not at all.
    
    This can probably be done nicer by refactoring this to avoid relying on
    static construction, but given this is only actually used in one single
    place handling this manually for the Tirex backend is good enough.
    ae1c539f