Skip to content

Commit f154831

Browse files
snarkmastermeta-codesync[bot]
authored andcommitted
Fix up dirsync + enable_static_variant combo
Reviewed By: mzlee Differential Revision: D93074586 fbshipit-source-id: 8eaf5a40b8eead1fff0b891bbf5d574101a980b4
1 parent 7bd258d commit f154831

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

folly/coro/safe/BUCK

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ fb_dirsync_cpp_library(
3838
fb_dirsync_cpp_library(
3939
name = "now_task",
4040
headers = ["NowTask.h"],
41+
enable_static_variant = True,
4142
exported_deps = [
4243
"//folly/coro:task_wrapper",
4344
"//folly/lang:safe_alias_fwd",
@@ -47,6 +48,7 @@ fb_dirsync_cpp_library(
4748
fb_dirsync_cpp_library(
4849
name = "safe_task",
4950
headers = ["SafeTask.h"],
51+
enable_static_variant = True,
5052
exported_deps = [
5153
":now_task",
5254
"//folly/coro:task_wrapper",

0 commit comments

Comments
 (0)