Don't compile node using binary option - run configure

This commit is contained in:
Renan Castro
2021-10-20 10:32:10 -03:00
parent d42b809673
commit 96f5d72540

View File

@@ -40,6 +40,7 @@ then
node_configure_flags+=('--debug')
fi
./configure
# Unsetting BUILD_DOWNLOAD_FLAGS allows the ICU download above to work.
make -j4 \
BUILD_DOWNLOAD_FLAGS= \