make everything build

This commit is contained in:
Pritesh Nandgaonkar
2018-06-07 14:15:34 -04:00
parent f1a3e6c1bd
commit 03ffb3640a
5 changed files with 217 additions and 217 deletions

View File

@@ -11,8 +11,8 @@ Pod::Spec.new do |spec|
spec.dependency 'boost-for-react-native'
spec.dependency 'DoubleConversion'
spec.dependency 'glog'
#spec.dependency 'OpenSSL-Static', '1.0.2.c1'
#spec.dependency 'CocoaLibEvent', '~> 1.0'
spec.dependency 'OpenSSL-Static', '1.0.2.c1'
spec.dependency 'CocoaLibEvent', '~> 1.0'
spec.compiler_flags = '-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti
-fexceptions
-std=c++14