forked from kiss-community/repo
nodejs: Fix build with python 3. Closes #167
This commit is contained in:
parent
336f06c432
commit
7ab652bd9b
@ -1,5 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Fix a python 3 incompatibility.
|
||||
sed -i 's|/ (8|// (8|' tools/gyp/pylib/gyp/generator/ninja.py
|
||||
|
||||
./configure \
|
||||
--shared-zlib \
|
||||
--without-intl \
|
||||
|
Loading…
Reference in New Issue
Block a user