diff --git a/extra/nodejs/build b/extra/nodejs/build index 11ea20fc..76401884 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,7 +1,8 @@ #!/bin/sh -e -# Fix a python 3 incompatibility. +# Fix python 3. sed -i 's|/ (8|// (8|' tools/gyp/pylib/gyp/generator/ninja.py +sed -i 's|(3, 8)|(3, 9), (3, 8)|g' configure ./configure \ --shared-zlib \