Skip to content

Commit

Permalink
libxml.gyp: remove clang-on-windows specific option
Browse files Browse the repository at this point in the history
The /U__STDC_VERSION__ option was necessary when using VS2012 headers,
which didn't include nan(), but we're on 2013 now.

BUG=82385
TBR=cpu

Review URL: https://codereview.chromium.org/443453002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287415 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
hans@chromium.org committed Aug 5, 2014
1 parent 0e9d2bc commit b92a04b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions third_party/libxml/libxml.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,6 @@
}, { # else: OS!="win"
'product_name': 'xml2',
}],
['clang==1', {
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
# VS2012's standard lib doesn't provide nan().
'/U__STDC_VERSION__',
],
},
},
}],
],
}],
],
Expand Down

0 comments on commit b92a04b

Please sign in to comment.