mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Bumping RTC-Folly version used to address CVE-2022-24440. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General][Security] - Bump RTC-Folly to 2021-07-22 Pull Request resolved: https://github.com/facebook/react-native/pull/33841 Reviewed By: Andjeliko, philIip Differential Revision: D36425598 Pulled By: cortinico fbshipit-source-id: d38c5f020dbecf794b10f12ed2da30e1825071af
13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
//
|
|
// folly.xcconfig
|
|
// CxxReact
|
|
//
|
|
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
//
|
|
// This source code is licensed under the MIT license found in the
|
|
// LICENSE file in the root directory of this source tree.
|
|
//
|
|
|
|
HEADER_SEARCH_PATHS = $(SRCROOT)/../third-party/boost_1_76_0 $(SRCROOT)/../third-party/folly-2021.07.22.00 $(SRCROOT)/../third-party/glog-0.3.5/src
|
|
OTHER_CFLAGS = -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1
|