Skip to content

Commit d9cc5b4

Browse files
vitautmeta-codesync[bot]
authored andcommitted
Back out "Demobilize Windows"
Summary: Original commit changeset: 1fbe92203608 Original Phabricator Diff: D84936121 Reviewed By: mzlee Differential Revision: D84986789 fbshipit-source-id: 20612a3d37890b69902c1a542ed430a23fe4e5e1
1 parent 99ff751 commit d9cc5b4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

folly/defs.bzl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ def cpp_flags():
4040

4141
else:
4242
flags += select({
43-
"DEFAULT": select({
44-
"DEFAULT": ["-DFOLLY_MOBILE=1"],
45-
"ovr_config//os:windows": [],
46-
}),
43+
"DEFAULT": ["-DFOLLY_MOBILE=1"],
4744
"ovr_config//build_mode:arvr_mode": select({
4845
"DEFAULT": ["-DFOLLY_MOBILE=1"],
4946
"ovr_config//os:linux": [],

0 commit comments

Comments
 (0)