Skip to content

Commit e5f0bb0

Browse files
DanielC314meta-codesync[bot]
authored andcommitted
change folly to use fbsource libevent alias
Summary: have folly use an fbsource alias for libevent that will correctly redirect to the right 3p library. #buildall Reviewed By: 8Keep Differential Revision: D116545919 fbshipit-source-id: 01de2fe976c3572de79010b3fcd418ea6d48e945
1 parent 51b3a7f commit e5f0bb0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • folly/portability

folly/portability/BUCK

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,11 @@ fb_dirsync_cpp_library(
8383
headers = ["Event.h"],
8484
use_raw_headers = True,
8585
exported_deps = [
86+
"fbsource//third-party/libevent:libevent",
8687
":fcntl",
8788
":windows",
8889
"//folly/net/detail:socket_file_descriptor_map",
8990
],
90-
exported_external_deps = [
91-
"libevent",
92-
],
9391
)
9492

9593
fb_dirsync_cpp_library(

0 commit comments

Comments
 (0)