Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
5ac4521ea8a60fd3a80f60e773e417ddf86ba02f
/
.
/
python
/
uv
/
private
/
lock.bat
blob: 3954c103470945d4876b118c2998d093c2e89e9f [
file
]
if
defined
BUILD_WORKSPACE_DIRECTORY
(
set
"out=%BUILD_WORKSPACE_DIRECTORY%\{{src_out}}"
)
else
(
exit
/
b
1
)
"{{args}}"
--
output
-
file
"%out%"
%*