Permalink
Please
sign in to comment.
Browse files
build: always use strings for compiler version in gyp files
If GYP finds a string variable that can be converted to an integer, it will do it when the variable is expanded. Use "0.0" instead of "0" to force strings and be able to use comparison operations such as `gas_version >= "2.26"` in Python 3. PR-URL: #29897 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
- Loading branch information
Showing
with
11 additions
and 11 deletions.
- +6 −6 configure.py
- +3 −3 deps/openssl/openssl.gyp
- +1 −1 deps/openssl/openssl_common.gypi
- +1 −1 node.gyp
0 comments on commit
8da83e8