We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e25fa commit 6594001Copy full SHA for 6594001
binding.gyp
@@ -1,6 +1,6 @@
1
{
2
"variables": {
3
- "BUILD_WITH_LIBEXEC": "<!(python -c \"from ctypes.util import find_library;print int(find_library('execinfo')!=None)\")",
+ "BUILD_WITH_LIBEXEC": "<!(python -c \"from ctypes.util import find_library;print(int(find_library('execinfo')!=None))\")",
4
},
5
"targets": [
6
0 commit comments