| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ded0e2d commit 5f08bfe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,11 @@ mv "$WORKSPACE/base64" "$DEPS_DIR/base64/" | |||
| 62 | 62 | ||
| 63 | 63 | # Build configuration is handled by `deps/base64/base64.gyp`, but since `config.h` has to be present for the build | |
| 64 | 64 | # to work, we create it and leave it empty. | |
| 65 | - echo "// Intentionally empty" >> "$DEPS_DIR/base64/base64/lib/config.h" | ||
| 65 | + echo "// Intentionally empty" > "$DEPS_DIR/base64/base64/lib/config.h" | ||
| 66 | + | ||
| 67 | + # Clear out .gitignore, otherwise config.h is ignored. That's dangerous when | ||
| 68 | + # people check in our tarballs into source control and run `git clean`. | ||
| 69 | + echo "# Intentionally empty" > "$DEPS_DIR/base64/base64/.gitignore" | ||
| 66 | 70 | ||
| 67 | 71 | # update the base64_version.h | |
| 68 | 72 | cat > "$BASE_DIR/src/base64_version.h" << EOL | |
| Back | FazBrowse Home | New Git URL |
0 commit comments