Skip to content

Commit

Permalink
Merge pull request #475 from phatblat/ben/curl-build
Browse files Browse the repository at this point in the history
Include libcurl in mac linker flags
  • Loading branch information
joshaber committed Jul 4, 2015
2 parents 5b7ea0c + 81370e4 commit 5505fc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,7 @@
/usr/local/lib/libssh2.a,
"-lcrypto",
"-lssl",
"-lcurl",
);
PRODUCT_NAME = ObjectiveGit;
WRAPPER_EXTENSION = framework;
Expand All @@ -1490,6 +1491,7 @@
/usr/local/lib/libssh2.a,
"-lcrypto",
"-lssl",
"-lcurl",
);
PRODUCT_NAME = ObjectiveGit;
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -1677,6 +1679,7 @@
/usr/local/lib/libssh2.a,
"-lcrypto",
"-lssl",
"-lcurl",
);
PRODUCT_NAME = ObjectiveGit;
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -1899,6 +1902,7 @@
/usr/local/lib/libssh2.a,
"-lcrypto",
"-lssl",
"-lcurl",
);
PRODUCT_NAME = ObjectiveGit;
WRAPPER_EXTENSION = framework;
Expand Down

0 comments on commit 5505fc3

Please sign in to comment.