Skip to content

Commit

Permalink
change to libgit-mac.a fat library requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Jun 1, 2021
1 parent 8c46173 commit 3ebe0d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SwiftGit2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1025,10 +1025,10 @@
"$(inherited)",
);
OTHER_LDFLAGS = (
"-lgit2",
"-force_load",
External/libgit2.a,
"External/libgit2-mac.a",
/usr/local/lib/libssh2.a,
"-lgit2-mac",
"-lcrypto",
"-lssl",
"-lcurl",
Expand All @@ -1053,10 +1053,10 @@
"$(inherited)",
);
OTHER_LDFLAGS = (
"-lgit2",
"-force_load",
External/libgit2.a,
"External/libgit2-mac.a",
/usr/local/lib/libssh2.a,
"-lgit2-mac",
"-lcrypto",
"-lssl",
"-lcurl",
Expand Down

0 comments on commit 3ebe0d8

Please sign in to comment.