Skip to content

Commit

Permalink
Include libcurl in mac linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 3, 2015
1 parent 5b7ea0c commit 81370e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
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 81370e4

Please sign in to comment.