Skip to content
  • Behdad Esfahbod's avatar
    Use CC_FOR_BUILD to generate source files · 558b3c65
    Behdad Esfahbod authored
    Previously we were failing if CROSS_COMPILING and the generated headers
    were not present.  It works just fine now.
    
    One caveat: the fix is not fully correct since config.h is being
    included in the files built with CC_FOR_BUILD, but config.h has config
    for the host system, not the build system.  Should be fine though.
    558b3c65