We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6e451 commit 2b74812Copy full SHA for 2b74812
tools/dep_updaters/update-merve.sh
@@ -54,8 +54,8 @@ rm "$MERVE_ZIP"
54
55
curl -sL -o "$MERVE_LICENSE" "https://raw.githubusercontent.com/anonrig/merve/HEAD/LICENSE-MIT"
56
57
-echo "Replacing existing merve (except GYP build files)"
58
-mv "$DEPS_DIR/merve/merve.gyp" "$WORKSPACE/"
+echo "Replacing existing merve (except GYP/GN build files)"
+mv "$DEPS_DIR/merve/merve.gyp" "$DEPS_DIR/merve/BUILD.gn" "$DEPS_DIR/merve/unofficial.gni" "$WORKSPACE/"
59
rm -rf "$DEPS_DIR/merve"
60
mv "$WORKSPACE" "$DEPS_DIR/merve"
61
0 commit comments