mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Cleanup (formatting)
GitOrigin-RevId: 515aca1869d00e1c9583dedb262d7befbcfd97ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
52b5460397
commit
447b8700d6
@@ -1,8 +1,8 @@
|
||||
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))']
|
||||
rustflags=["-C", "link-arg=-mmacosx-version-min=12.0"]
|
||||
rustflags = ["-C", "link-arg=-mmacosx-version-min=12.0"]
|
||||
|
||||
[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))']
|
||||
rustflags=["-C", "link-arg=-mmacosx-version-min=10.15"]
|
||||
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.15"]
|
||||
|
||||
[target.'cfg(target_os = "linux")']
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
Reference in New Issue
Block a user