Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3972)

Unified Diff: build/standalone.gypi

Issue 1778893002: Fix build at 2f4232d. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index dd3e8e4fe3245f4d7d1ea461df5aaac970af26fd..6d1d3cb5c5a977a3cee076310971ea18ad23ec43 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -341,14 +341,14 @@
'-Wno-inconsistent-missing-override',
],
}],
- ['clang==1 and MSVS_VERSION == "2013"', {
+ ['OS=="win" and clang==1 and MSVS_VERSION == "2013"', {
'VCCLCompilerTool': {
'AdditionalOptions': [
'-fmsc-version=1800',
],
},
}],
- ['clang==1 and MSVS_VERSION == "2015"', {
+ ['OS=="win" and clang==1 and MSVS_VERSION == "2015"', {
'VCCLCompilerTool': {
'AdditionalOptions': [
'-fmsc-version=1900',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698