Skip to content

Commit

Permalink
Fix: change dylib id to use @rpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek authored and miniupnp committed May 17, 2017
1 parent 9a3f725 commit 1c156be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miniupnp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.authors = "The MiniUPnP Authors"
spec.license = { type: "BSD", file: "miniupnpc/LICENSE" }

spec.version = "2.0.0.1"
spec.version = "2.0.0.2"
spec.source = {
git: 'https://github.com/cpp-ethereum-ios/miniupnp.git',
tag: "v#{spec.version}"
Expand Down Expand Up @@ -42,7 +42,7 @@ Pod::Spec.new do |spec|
create_universal_library() {
lipo -create -output libminiupnpc.dylib \
build-ios/{armv7,arm64,i386,x86_64}/usr/lib/libminiupnpc.dylib
install_name_tool -id "$(pwd)/libminiupnpc.dylib" libminiupnpc.dylib
install_name_tool -id "@rpath/libminiupnpc.dylib" libminiupnpc.dylib
}
cd miniupnpc
Expand Down

0 comments on commit 1c156be

Please sign in to comment.