diff options
author | Lei Zhang <thestig@chromium.org> | 2015-12-16 18:54:01 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-12-16 18:54:01 -0800 |
commit | 0a9158b99a2002fb82301ebec20dbc23b3fc084c (patch) | |
tree | b4f405ec09e634f304941d11a9235cd20b99e507 | |
parent | e096ca507db9944aebc47d6c2cc1c6fab39498c5 (diff) | |
download | pdfium-0a9158b99a2002fb82301ebec20dbc23b3fc084c.tar.xz |
Define a host_clang GYP variable.
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1533763002 .
-rw-r--r-- | build/standalone.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index a0bf87e0f8..60e2ee4b12 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -58,8 +58,10 @@ }], ['OS=="linux" or OS=="mac"', { 'clang%': 1, + 'host_clang%': 1, }, { 'clang%': 0, + 'host_clang%': 0, }], # Set default gomadir. ['OS=="win"', { |