mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 00:15:37 +01:00
Updated lss to fix compiling with GCC 9
Bug: https://bugs.chromium.org/p/google-breakpad/issues/detail?id=795 Change-Id: I1494c1d2493616b6b263111137ef7aceeb31be44 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1733536 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
cfad51e954
commit
55499d616c
2
DEPS
2
DEPS
@ -51,7 +51,7 @@ deps = {
|
||||
# Linux syscall support.
|
||||
"src/src/third_party/lss":
|
||||
"https://chromium.googlesource.com/linux-syscall-support/" +
|
||||
"@a89bf7903f3169e6bc7b8efc10a73a7571de21cf",
|
||||
"@8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<project path='src/src/third_party/lss'
|
||||
name='linux-syscall-support/'
|
||||
revision='a89bf7903f3169e6bc7b8efc10a73a7571de21cf'
|
||||
revision='8048ece6c16c91acfe0d36d1d3cc0890ab6e945c'
|
||||
remote='chromium' />
|
||||
|
||||
<project path='src/src/third_party/protobuf/protobuf'
|
||||
|
Loading…
Reference in New Issue
Block a user