瀏覽代碼

Fix linking.

Justin Plouffe 12 年之前
父節點
當前提交
ae6fb957a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OpenSSL.podspec

+ 1 - 1
OpenSSL.podspec

@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
   s.public_header_files = 'include/openssl/**/.h'
   s.preserve_paths = 'lib/libcrypto.a', 'lib/libssl.a'
   s.library	  = 'crypto', 'ssl'
-  s.xcconfig	 = { 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/OpenSSL"' }
+  s.xcconfig	 = { 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/lib/OpenSSL"' }
   
   s.pre_install do |pod, target_definition|
     Dir.chdir(pod.root){ `sh ./build.sh` }