mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2c8fd2b57b
Patches are required for tsec and rules_webtesting. The fix for rules_webtesting was merged to that repo (https://github.com/bazelbuild/rules_webtesting/commit/581b1557e382f93419da6a03b91a45c2ac9a9ec8) but it's unclear when a release will be cut. PR Close #46313
15 lines
452 B
Diff
15 lines
452 B
Diff
diff --git a/web/internal/windows_utils.bzl b/web/internal/windows_utils.bzl
|
|
index 4bec20e..cada638 100644
|
|
--- a/web/internal/windows_utils.bzl
|
|
+++ b/web/internal/windows_utils.bzl
|
|
@@ -35,6 +35,9 @@ if "%RUNFILES_MANIFEST_ONLY%" neq "1" (
|
|
set %~2=%~1
|
|
exit /b 0
|
|
)
|
|
+if exist "%RUNFILES_DIR%" (
|
|
+ set RUNFILES_MANIFEST_FILE=%RUNFILES_DIR%_manifest
|
|
+)
|
|
if "%RUNFILES_MANIFEST_FILE%" equ "" (
|
|
set RUNFILES_MANIFEST_FILE=%~f0.runfiles\MANIFEST
|
|
)
|