| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fef067f commit 0ecb770
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,6 +55,6 @@ if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then | |||
| 55 | 55 | else | |
| 56 | 56 | DEPOT_TOOLS_DIR="$(cd _depot_tools && pwd)" | |
| 57 | 57 | # shellcheck disable=SC2086 | |
| 58 | - PATH="$DEPOT_TOOLS_DIR":$PATH tools/dev/v8gen.py "$BUILD_ARCH_TYPE" --no-goma $V8_BUILD_OPTIONS | ||
| 58 | + PATH="$DEPOT_TOOLS_DIR":$PATH tools/dev/v8gen.py "$BUILD_ARCH_TYPE" $V8_BUILD_OPTIONS | ||
| 59 | 59 | PATH="$DEPOT_TOOLS_DIR":$PATH ninja -C "out.gn/$BUILD_ARCH_TYPE/" "${JOBS_ARG}" d8 cctest inspector-test | |
| 60 | 60 | fi | |
| Back | FazBrowse Home | New Git URL |
0 commit comments