mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-13 16:58:04 +08:00
fuchsia: Fix Wconversion on Mac/iOS builds (take two)
Followup to: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2373376 This time tested the changed code path. Sorry for the sloppy changes. Thank you for your patience. Bug: fuchsia:56258 Change-Id: I1dc0e37600be3879e76ae4fe17806504b34c75fc Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2381081 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
dc9f3a58aa
commit
364fdd65a0
@ -57,7 +57,7 @@ template("compat_target") {
|
||||
# static_library.
|
||||
group(target_name) {
|
||||
forward_variables_from(invoker, "*")
|
||||
not_needed(invoker, ["configs"])
|
||||
not_needed(["configs"])
|
||||
}
|
||||
} else {
|
||||
static_library(target_name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user