Skip to content
  • Carlos Garnacho's avatar
    library: Register GResources manually · 1e3eccce
    Carlos Garnacho authored
    Automatic registration of GResources does not work on all compilers
    and environments. A notable one is building with -Ddefault_library=static
    as that will make the final executables lack the expected ontology
    resources.
    
    We want to support static compilation for OSS Fuzz, make registration
    manual so that this data is not snipped from the final executable.
    1e3eccce
Loading