Skip to content

Commit

Permalink
fix: bump folly
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Dec 4, 2024
1 parent 084a7ed commit f4b734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbon-react-native.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "json"

package = JSON.parse(File.read(File.join(__dir__, "package.json")))
folly_version = '2021.06.28.00-v2'
folly_version = '2024.01.01.00'
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

Pod::Spec.new do |s|
Expand Down

0 comments on commit f4b734e

Please sign in to comment.