fix: cargo config.toml — rustflags as key, not section
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m44s
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m44s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bec58fe096
commit
c286e19190
@ -90,8 +90,6 @@ jobs:
|
|||||||
[target.x86_64-pc-windows-gnu]
|
[target.x86_64-pc-windows-gnu]
|
||||||
linker = "x86_64-w64-mingw32-gcc"
|
linker = "x86_64-w64-mingw32-gcc"
|
||||||
ar = "x86_64-w64-mingw32-ar"
|
ar = "x86_64-w64-mingw32-ar"
|
||||||
|
|
||||||
[target.x86_64-pc-windows-gnu.rustflags]
|
|
||||||
rustflags = ["-C", "link-args=-mwindows"]
|
rustflags = ["-C", "link-args=-mwindows"]
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user