Skip to content

Commit d4f30f0

Browse files
facutuescaruyadorno
authored andcommitted
tools: add missing step in update-base64.sh script
PR-URL: #45509 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 118de4b commit d4f30f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/update-base64.sh

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ echo "Replacing existing base64"
3434
rm -rf "$DEPS_DIR/base64/base64"
3535
mv "$WORKSPACE/base64" "$DEPS_DIR/base64/"
3636

37+
# Build configuration is handled by `deps/base64/base64.gyp`, but since `config.h` has to be present for the build
38+
# to work, we create it and leave it empty.
39+
echo "// Intentionally empty" >> "$DEPS_DIR/base64/base64/lib/config.h"
40+
3741
echo "All done!"
3842
echo ""
3943
echo "Please git add base64/base64, commit the new version:"

0 commit comments

Comments
 (0)