| Index: third_party/qcms/BUILD.gn
|
| diff --git a/third_party/qcms/BUILD.gn b/third_party/qcms/BUILD.gn
|
| index a4b60d30331bc8e1abe7027e7405450b5ce1ad08..395d17525b769028d3811818542d046648f44e90 100644
|
| --- a/third_party/qcms/BUILD.gn
|
| +++ b/third_party/qcms/BUILD.gn
|
| @@ -39,8 +39,8 @@ source_set("qcms") {
|
| }
|
| }
|
|
|
| -executable("qcms_test") {
|
| - if (current_cpu == "x86" || current_cpu == "x64") {
|
| +if (current_cpu == "x86" || current_cpu == "x64") {
|
| + executable("qcms_test") {
|
| defines = [ "SSE2_ENABLE" ]
|
| sources = [
|
| "src/tests/qcms_test_tetra_clut_rgba.c",
|
|
|