Descriptionwin: prefer amd64_x86 compiler on >= 2013, not just 2013
[[ Because I always find binary string ops a bit odd:
>>> '2003' >= '2013'
False
>>> '2005' >= '2013'
False
>>> '2008' >= '2013'
False
>>> '2010' >= '2013'
False
>>> '2012' >= '2013'
False
>>> '2013' >= '2013'
True
>>> '2015' >= '2013'
True
>>> '2017' >= '2013'
True
>>> '2090' >= '2013'
True
]]
R=dpranke@chromium.org, thakis@chromium.org
BUG=chromium:482238
Committed: https://chromium.googlesource.com/external/gyp/+/8866260996c063f514dfafd0e05743a42709a49c
Patch Set 1 #Patch Set 2 : handle e #Messages
Total messages: 4 (1 generated)
|