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