Skip to content

Commit 7592187

Browse files
committed
Mark windows crates incompatible on non-Windows
1 parent 5377184 commit 7592187

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

third-party/BUCK

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target_compatible_with = ["prelude//os:windows"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target_compatible_with = ["prelude//os:windows"]

third-party/fixups/windows-targets/fixups.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
target_compatible_with = ["prelude//os:windows"]
12
omit_deps = [
23
"windows_aarch64_gnullvm",
34
"windows_aarch64_msvc",

0 commit comments

Comments
 (0)