Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
c0415c67e6f9c0951176354e0256a55e85e475aa
/
.
/
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%"
%*