| Index: third_party/mach_override/BUILD.gn
|
| diff --git a/third_party/mach_override/BUILD.gn b/third_party/mach_override/BUILD.gn
|
| index f50d3cc6c1343a738161e05db54896e84341ab12..b7ce143a75455169f72e944d3d08ad7d1ed6aca1 100644
|
| --- a/third_party/mach_override/BUILD.gn
|
| +++ b/third_party/mach_override/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("libudis86") {
|
| +source_set("libudis86") {
|
| sources = [
|
| "libudis86/decode.c",
|
| "libudis86/decode.h",
|
| @@ -26,7 +26,7 @@ static_library("libudis86") {
|
| ]
|
| }
|
|
|
| -static_library("mach_override") {
|
| +source_set("mach_override") {
|
| sources = [
|
| "mach_override.c",
|
| "mach_override.h",
|
|
|