Skip to content

Commit 688d041

Browse files
authored
Update BUILD
1 parent 78b49d5 commit 688d041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/ReactantExtra/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,15 +756,15 @@ platform(
756756
platform(
757757
name = "win_x86_64",
758758
constraint_values = [
759-
"@platforms//os:linux",
759+
"@platforms//os:windows",
760760
"@platforms//cpu:x86_64",
761761
],
762762
)
763763

764764
platform(
765765
name = "win_aarch64",
766766
constraint_values = [
767-
"@platforms//os:linux",
767+
"@platforms//os:windows",
768768
"@platforms//cpu:aarch64",
769769
],
770770
)

0 commit comments

Comments
 (0)