Эх сурвалжийг харах

Merge pull request #418 from everettjf/master

Added HAVE_USLEEP=1 to fmdb/SQLCipher
August "Gus" Mueller 10 жил өмнө
parent
commit
7bd117590f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      FMDB.podspec

+ 1 - 1
FMDB.podspec

@@ -47,7 +47,7 @@ Pod::Spec.new do |s|
   s.subspec 'SQLCipher' do |ss|
     ss.dependency 'SQLCipher'
     ss.dependency 'FMDB/common'
-    ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC' }
+    ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1' }
   end
   
 end