Browse Source

Revert "Fix linking."

This reverts commit ae6fb957a2e0e0f98751bf8a96f97cb9c493b76d.
Justin Plouffe 12 years ago
parent
commit
3269138262
1 changed files with 1 additions and 1 deletions
  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/lib/OpenSSL"' }
+  s.xcconfig	 = { 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/OpenSSL"' }
   
   s.pre_install do |pod, target_definition|
     Dir.chdir(pod.root){ `sh ./build.sh` }