We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118de4b commit d4f30f0Copy full SHA for d4f30f0
tools/update-base64.sh
@@ -34,6 +34,10 @@ echo "Replacing existing base64"
34
rm -rf "$DEPS_DIR/base64/base64"
35
mv "$WORKSPACE/base64" "$DEPS_DIR/base64/"
36
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
+
41
echo "All done!"
42
echo ""
43
echo "Please git add base64/base64, commit the new version:"
0 commit comments