2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

nodejs: Fix build with python 3. Closes #167

This commit is contained in:
Dylan Araps 2020-03-10 09:37:41 +02:00
parent 336f06c432
commit 7ab652bd9b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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 \