Skip to content

Commit

Permalink
headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Ahuja committed Jun 5, 2024
1 parent 8cc537e commit 2963bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions folly/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ cpp_library(
cpp_library(
name = "portability",
headers = ["Portability.h"],
header_namespace = "folly",
exported_deps = [
":c_portability",
"//folly/portability:config",
Expand Down
3 changes: 3 additions & 0 deletions folly/portability/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ cpp_library(
cpp_library(
name = "config",
headers = ["Config.h"],
header_namespace = "folly/portability",
exported_deps = [
"//folly:config",
],
Expand Down Expand Up @@ -204,6 +205,7 @@ cpp_library(
srcs = ["OpenSSL.cpp"],
headers = ["OpenSSL.h"],
compiler_flags = roar_no_jit(),
header_namespace = "folly/portability",
exported_deps = [
":windows",
"//folly:portability",
Expand Down Expand Up @@ -453,4 +455,5 @@ cpp_library(
cpp_library(
name = "windows",
headers = ["Windows.h"],
header_namespace = "folly/portability",
)

0 comments on commit 2963bd5

Please sign in to comment.