• Nico Weber's avatar
    mac: minor tweaks to gcapi_mac target. · 6a9b1e84
    Nico Weber authored
    No behavior change.
    
    The 11 SDK linker warns that building for both 10.6 and 10.7 is
    deprecated and we build with -fatal_warnings, to that's a build error.
    
    Ideally we get a flag to disable this warning. Else we could not pass
    -fatal_warnings for this target and have a linker wrapper again to
    filter out the warning ( :/ ), or we could bump up the deployment
    target (which after this change requires changing only a single
    number instead of 2). But that's for a future CL.
    
    Bug: 1098738
    Change-Id: I7952345f1333be023fab997cbf81baf394dfcc40
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264592
    Auto-Submit: Nico Weber <thakis@chromium.org>
    Commit-Queue: Mark Mentovai <mark@chromium.org>
    Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#781913}
    6a9b1e84
BUILD.gn 1.85 KB