소스 검색

Merge pull request #418 from everettjf/master

Added HAVE_USLEEP=1 to fmdb/SQLCipher
August "Gus" Mueller 10 년 전
부모
커밋
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