Chromium Code Reviews| Index: tools/gn/example/build/BUILD.gn |
| diff --git a/tools/gn/example/build/BUILD.gn b/tools/gn/example/build/BUILD.gn |
| index 62243725a569f287d94ba65fffc1b5403d456fe3..8eae46a1aad929682f1d8b0468aa33cfac4fb028 100644 |
| --- a/tools/gn/example/build/BUILD.gn |
| +++ b/tools/gn/example/build/BUILD.gn |
| @@ -3,7 +3,7 @@ |
| # found in the LICENSE file. |
| config("compiler_defaults") { |
| - if (os == "linux") { |
| + if (current_os == "linux") { |
| cflags = [ |
| "-fPIC", |
| "-pthread", |