Skip to content

Commit

Permalink
Merge pull request libgit2#370 from libgit2/ios-prefers-correct-libs
Browse files Browse the repository at this point in the history
Prefer the iOS paths when linking the iOS libs.
  • Loading branch information
joshvera committed May 20, 2014
2 parents a3c4b15 + 7414b75 commit 26330a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1435,9 +1435,9 @@
"External/libssh2-ios/include/libssh2",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"$(inherited)",
);
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
Expand Down Expand Up @@ -1467,9 +1467,9 @@
"External/libssh2-ios/include/libssh2",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"$(inherited)",
);
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
Expand Down Expand Up @@ -1725,9 +1725,9 @@
"External/libssh2-ios/include/libssh2",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"$(inherited)",
);
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
Expand Down

0 comments on commit 26330a8

Please sign in to comment.