Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2df0d14

Browse filesBrowse files
bzoztargos
authored andcommitted
win, build: fix building addons on Windows
Building addons would fail because addon-verify.js dependencies from tools\doc where not installed. This fixes this issue by installing those dependencies if addons are to be built. Fixes: #25096 PR-URL: #25108 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 11c9a82 commit 2df0d14
Copy full SHA for 2df0d14

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎vcbuild.bat‎

Copy file name to clipboardExpand all lines: vcbuild.bat
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ if errorlevel 1 goto exit
446446

447447

448448
:install-doctools
449-
REM only install if building doc OR testing doctool
450-
if not defined doc (
449+
REM only install if building doc OR testing doctool OR building addons
450+
if not defined doc if not defined build_addons (
451451
echo.%test_args% | findstr doctool 1>nul
452452
if errorlevel 1 goto :skip-install-doctools
453453
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.