| Index: build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| diff --git a/build/secondary/third_party/libjpeg_turbo/BUILD.gn b/build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| index c65f10fdd4ba7072682ec61a6621cde0ca98dd14..941c825d279d945fb9f9ec62555fe7bcc768046b 100644
|
| --- a/build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| +++ b/build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| @@ -10,6 +10,8 @@ if (current_cpu == "arm") {
|
| import("//build/config/arm.gni")
|
| }
|
|
|
| +assert(!is_ios, "This is not used on iOS, don't drag it in unintentionally")
|
| +
|
| if (current_cpu == "x86" || current_cpu == "x64") {
|
| import("//third_party/yasm/yasm_assemble.gni")
|
|
|
|
|