| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index 2985987d430215020f489fdaa346e5f6a9341be6..eb83248a70f6678a6ee07279886dc23ef142e4f0 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -111,7 +111,7 @@
|
| }
|
|
|
| tool("alink") {
|
| - command = "rm -f {{output}} && ./gyp-mac-tool filter-libtool libtool -static {{arflags}} -o {{output}} {{inputs}}"
|
| + command = "rm -f {{output}} && ./gyp-mac-tool filter-libtool libtool -static -o {{output}} {{inputs}}"
|
| description = "LIBTOOL-STATIC {{output}}"
|
| outputs = [
|
| "{{output_dir}}/{{target_output_name}}{{output_extension}}",
|
|
|