tool/goexe: refactor to use windows_sys

Updates #19255

Signed-off-by: Nathan Perry <nathan@tailscale.com>
Change-Id: Idf69f23b5a61417d5fa3638a276d64856a6a6964
This commit is contained in:
Nathan Perry
2026-04-08 13:16:45 -04:00
committed by Brad Fitzpatrick
parent 8a9840d6a8
commit 33cd8ea86b
5 changed files with 79 additions and 249 deletions
+3
View File
@@ -1,2 +1,5 @@
[build]
target = "i686-pc-windows-gnu"
[target.i686-pc-windows-gnu]
rustflags = ["-C", "link-args=-nostartfiles -lkernel32"]