| Index: third_party/yasm/BUILD.gn
|
| diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
|
| index 4e0c97946adeaf8ef59f0aa2314d3de43feccbe5..34638520e78b74e540bd1517df6ef7c9c10acbb6 100644
|
| --- a/third_party/yasm/BUILD.gn
|
| +++ b/third_party/yasm/BUILD.gn
|
| @@ -41,11 +41,6 @@ if (current_toolchain == host_toolchain) {
|
| "source/config/$os",
|
| "source/patched-yasm",
|
| ]
|
| - inputs = [
|
| - config_makefile,
|
| - "source/config/$os/config.h",
|
| - "source/config/$os/libyasm-stdint.h",
|
| - ]
|
| defines = [ "HAVE_CONFIG_H" ]
|
| if (is_posix) {
|
| cflags = [ "-std=gnu99" ]
|
| @@ -380,6 +375,7 @@ if (current_toolchain == host_toolchain) {
|
|
|
| compiled_action("generate_module") {
|
| tool = ":genmodule"
|
| + inputs = [ config_makefile ]
|
| sources = [ "source/patched-yasm/libyasm/module.in" ]
|
| outputs = [ "$target_gen_dir/module.c" ]
|
| args = [
|
|
|