fix: Update CLANG_CXX_LANGUAGE_STANDARD to C++17 (#1309)
This commit is contained in:
parent
3416e94b18
commit
045794c979
@ -32,7 +32,7 @@ Pod::Spec.new do |s|
|
||||
}
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
|
||||
s.xcconfig = {
|
||||
"CLANG_CXX_LANGUAGE_STANDARD" => "c++14",
|
||||
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17",
|
||||
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-hermes\" \"${PODS_ROOT}/Headers/Public/hermes-engine\"",
|
||||
"OTHER_CFLAGS" => "$(inherited)" + " " + folly_flags
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user