Skip to content
  • Tristan Van Berkom's avatar
    webkitgtk4: Use straight cmake and support arm & i386 · c994eb27
    Tristan Van Berkom authored
    When building for i386 on an x86_64 system, or building for arm
    on an aarch64 system, one must specify -DCMAKE_SYSTEM_PROCESSOR
    to ensure that webkitgtk build scripts select the correct assembly
    code paths.
    
    Note: when building the "i386" arch, we specify i586 as the system
    processor because the compiler in the base runtime is actually
    i586-unknown-linux-gnu.
    c994eb27