Don't try and materialise the symbolic link; it breaks things.

This commit is contained in:
David Given
2025-09-21 21:20:40 +02:00
parent 88c79169b6
commit 3d1ad81652

View File

@@ -32,9 +32,6 @@ def protoencode_single(self, name, srcs: Targets, proto, include, symbol):
outs=[f"={name}.cc"],
deps=[r],
commands=[
# Materialise symbolic links (for Windows).
"cp -L $[ins[0]] $[ins[0]].real",
"mv $[ins[0]].real $[ins[0]]",
"$[deps[0]] $[ins] $[outs] " + symbol
],
label="PROTOENCODE",