mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[build scripts] adding a default manifest to Windows restarter binary (IJPL-156755)
GitOrigin-RevId: 072efd38d230687a4bae2e8ecbef9606645756ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
345fb41b4d
commit
9e1cb16ee3
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user