You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error msg:
at v8/build/install-build-deps.sh.rej
--- build/install-build-deps.sh
+++ build/install-build-deps.sh
@@ -570,9 +570,9 @@ fi
if package_exists libinput-dev; then
dev_list="${dev_list} libinput-dev"
fi
-if package_exists snapcraft; then
dev_list="${dev_list} snapcraft"
-fi
+# if package_exists snapcraft; then
+# dev_list="${dev_list} snapcraft"
+# fi
ubuntu 版本:20.04
ndk版本:r23c
The text was updated successfully, but these errors were encountered:
error msg:
at v8/build/install-build-deps.sh.rej
--- build/install-build-deps.sh
+++ build/install-build-deps.sh
@@ -570,9 +570,9 @@ fi
if package_exists libinput-dev; then
dev_list="${dev_list} libinput-dev"
fi
-if package_exists snapcraft; then
dev_list="${dev_list} snapcraft"
-fi
+# if package_exists snapcraft; then
+# dev_list="${dev_list} snapcraft"
+# fi
ubuntu 版本:20.04
ndk版本:r23c
The text was updated successfully, but these errors were encountered: