feat(1.96): update patches and build process (#2131)

This commit is contained in:
Baptiste Augrain
2024-11-27 12:34:24 +01:00
committed by GitHub
parent 573a70ede1
commit 67fd09f6b8
9 changed files with 158 additions and 302 deletions

View File

@@ -127,11 +127,11 @@ if [[ -n "${USE_GNUPP2A}" ]]; then
EOF
)
if [ ! -d "$HOME/.gyp" ]; then
mkdir -p "$HOME/.gyp"
if [ ! -d "${HOME}/.gyp" ]; then
mkdir -p "${HOME}/.gyp"
fi
echo "${INCLUDES}" > "$HOME/.gyp/include.gypi"
echo "${INCLUDES}" > "${HOME}/.gyp/include.gypi"
fi
for i in {1..5}; do # try 5 times