Files
tailscale/tool/goexe/.cargo/config.toml
T
Nathan Perry 33cd8ea86b tool/goexe: refactor to use windows_sys
Updates #19255

Signed-off-by: Nathan Perry <nathan@tailscale.com>
Change-Id: Idf69f23b5a61417d5fa3638a276d64856a6a6964
2026-04-08 14:08:30 -07:00

6 lines
126 B
TOML

[build]
target = "i686-pc-windows-gnu"
[target.i686-pc-windows-gnu]
rustflags = ["-C", "link-args=-nostartfiles -lkernel32"]