Skip to content

Commit

Permalink
require libz
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed May 5, 2012
1 parent f22c020 commit 1aa2fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/motion/project/testflight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def sdk=(sdk)
@config.unvendor_project(@sdk)
@sdk = sdk
@config.vendor_project(sdk, :static)
libz = '/usr/lib/libz.dylib'
@config.libs << libz unless @config.libs.index(libz)
end
end

Expand Down

0 comments on commit 1aa2fc1

Please sign in to comment.