[build scripts] adding a default manifest to Windows restarter binary (IJPL-156755)

GitOrigin-RevId: 072efd38d230687a4bae2e8ecbef9606645756ac
This commit is contained in:
Roman Shevchenko
2024-07-25 21:59:30 +02:00
committed by intellij-monorepo-bot
parent 345fb41b4d
commit 9e1cb16ee3

View File

@@ -1,5 +1,5 @@
[target.'cfg(target_os = "windows")']
rustflags = ["-C", "target-feature=+crt-static"]
rustflags = ["-C", "target-feature=+crt-static", "-C", "link-arg=/MANIFEST:EMBED", "-C", "link-arg=/MANIFESTUAC"]
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))']
rustflags = ["-C", "link-arg=-mmacosx-version-min=11.0"]