Skip to content

Commit 03f436a

Browse files
authored
Add sleef dependency on windows builds
Differential Revision: D82406586 Pull Request resolved: #14303
1 parent 0439fde commit 03f436a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime/core/portable_type/c10/c10/targets.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ def get_sleef_deps():
4646
"fbsource//third-party/sleef:sleef",
4747
],
4848
}),
49-
"ovr_config//os:windows": [],
49+
"ovr_config//os:windows": [
50+
"fbsource//third-party/sleef:sleef",
51+
],
5052
})
5153

5254
def define_common_targets():

0 commit comments

Comments
 (0)