| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index d19829972d4125bc26972f6ab9fd282b06a6cde6..8ab983bb189fde31dd3abb9e8a004ea9d8e56a7e 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -235,8 +235,8 @@ template("mac_toolchain") {
|
|
|
| tool("copy_bundle_data") {
|
| command = "rm -rf {{output}} && " +
|
| - "./gyp-mac-tool copy-bundle-resource {{source}} {{output}} True"
|
| - description = "COPY_BUNDLE_DATA {{source}} {{output}}"
|
| + "./gyp-mac-tool copy-bundle-resource {{source}} {{output}} {{binary_compress}}"
|
| + description = "COPY_BUNDLE_DATA {{source}} {{output}} {{binary_compress}}"
|
| }
|
| tool("compile_xcassets") {
|
| if (is_ios) {
|
|
|