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