Skip to content

Commit b8e79a7

Browse files
mzleefacebook-github-bot
authored andcommittedJan 22, 2018
Split folly/Memory out from headers-only targets
Reviewed By: yfeldblum Differential Revision: D6732464 fbshipit-source-id: 9d9498e0faa02c2003ab0e363444b7a2be51fd93
1 parent 0d4ff1b commit b8e79a7

File tree

1 file changed

+3
-0
lines changed
  • ReactCommon/cxxreact

1 file changed

+3
-0
lines changed
 

‎ReactCommon/cxxreact/BUCK

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ rn_xplat_cxx_library(
5454
],
5555
deps = [
5656
"xplat//folly:headers_only",
57+
"xplat//folly:memory",
5758
"xplat//folly:molly",
5859
"xplat//folly:scope_guard",
5960
],
@@ -75,6 +76,7 @@ rn_xplat_cxx_library(
7576
],
7677
deps = [
7778
"xplat//folly:headers_only",
79+
"xplat//folly:memory",
7880
"xplat//folly:molly",
7981
"xplat//third-party/glog:glog",
8082
":module",
@@ -151,6 +153,7 @@ rn_xplat_cxx_library(
151153
deps = [
152154
"xplat//fbsystrace:fbsystrace",
153155
"xplat//folly:headers_only",
156+
"xplat//folly:memory",
154157
"xplat//folly:molly",
155158
":jsbigstring",
156159
":module",

0 commit comments

Comments
 (0)
Please sign in to comment.