| Index: third_party/yasm/BUILD.gn
|
| diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
|
| index fa4350c845f2f2123d6728170f9b4df323861d06..6f49a02a77f86866e355c32977bd24efeae231a6 100644
|
| --- a/third_party/yasm/BUILD.gn
|
| +++ b/third_party/yasm/BUILD.gn
|
| @@ -104,7 +104,7 @@ if (current_toolchain == host_toolchain) {
|
| }
|
|
|
| # Used by both yasm and genperf binaries.
|
| - source_set("yasm_utils") {
|
| + static_library("yasm_utils") {
|
| sources = [
|
| "source/patched-yasm/libyasm/phash.c",
|
| "source/patched-yasm/libyasm/xmalloc.c",
|
|
|