Skip to content

Commit 5505fc3

Browse files
committed
Merge pull request #475 from phatblat/ben/curl-build
Include libcurl in mac linker flags
2 parents 5b7ea0c + 81370e4 commit 5505fc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,7 @@
14671467
/usr/local/lib/libssh2.a,
14681468
"-lcrypto",
14691469
"-lssl",
1470+
"-lcurl",
14701471
);
14711472
PRODUCT_NAME = ObjectiveGit;
14721473
WRAPPER_EXTENSION = framework;
@@ -1490,6 +1491,7 @@
14901491
/usr/local/lib/libssh2.a,
14911492
"-lcrypto",
14921493
"-lssl",
1494+
"-lcurl",
14931495
);
14941496
PRODUCT_NAME = ObjectiveGit;
14951497
WRAPPER_EXTENSION = framework;
@@ -1677,6 +1679,7 @@
16771679
/usr/local/lib/libssh2.a,
16781680
"-lcrypto",
16791681
"-lssl",
1682+
"-lcurl",
16801683
);
16811684
PRODUCT_NAME = ObjectiveGit;
16821685
WRAPPER_EXTENSION = framework;
@@ -1899,6 +1902,7 @@
18991902
/usr/local/lib/libssh2.a,
19001903
"-lcrypto",
19011904
"-lssl",
1905+
"-lcurl",
19021906
);
19031907
PRODUCT_NAME = ObjectiveGit;
19041908
WRAPPER_EXTENSION = framework;

0 commit comments

Comments
 (0)