mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix formatting in folly_flags.cmake and template pbxproj (#39465)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39465 Separate a definition onto a separate line. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D49309462 fbshipit-source-id: 98726dfb3d2c79faca0fac758164186eb4c651b5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5ea0b449e2
commit
a931867286
@@ -12,7 +12,8 @@ set(CMAKE_VERBOSE_MAKEFILE on)
|
||||
SET(folly_FLAGS
|
||||
-DFOLLY_NO_CONFIG=1
|
||||
-DFOLLY_HAVE_CLOCK_GETTIME=1
|
||||
-DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1
|
||||
-DFOLLY_USE_LIBCPP=1
|
||||
-DFOLLY_CFG_NO_COROUTINES=1
|
||||
-DFOLLY_MOBILE=1
|
||||
-DFOLLY_HAVE_RECVMMSG=1
|
||||
-DFOLLY_HAVE_PTHREAD=1
|
||||
|
||||
@@ -576,7 +576,8 @@
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-DFOLLY_NO_CONFIG",
|
||||
"-DFOLLY_MOBILE=1",
|
||||
"-DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1",
|
||||
"-DFOLLY_USE_LIBCPP=1",
|
||||
"-DFOLLY_CFG_NO_COROUTINES=1",
|
||||
);
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
@@ -639,7 +640,8 @@
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-DFOLLY_NO_CONFIG",
|
||||
"-DFOLLY_MOBILE=1",
|
||||
"-DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1",
|
||||
"-DFOLLY_USE_LIBCPP=1",
|
||||
"-DFOLLY_CFG_NO_COROUTINES=1",
|
||||
);
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
|
||||
Reference in New Issue
Block a user