Skip to content

Commit eec4f92

Browse files
authored
Merge pull request #38 from gitx/SEARCH_PATHS-M1
Search paths for Apple Silicon
2 parents 32da06f + e5b8638 commit eec4f92

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
@@ -1688,6 +1688,7 @@
16881688
LIBRARY_SEARCH_PATHS = (
16891689
"$(inherited)",
16901690
"/usr/local/opt/[email protected]/lib",
1691+
/opt/homebrew/opt/openssl/lib,
16911692
"$(PROJECT_DIR)/External/build/lib",
16921693
);
16931694
MODULEMAP_FILE = ObjectiveGit.modulemap;
@@ -1717,6 +1718,7 @@
17171718
LIBRARY_SEARCH_PATHS = (
17181719
"$(inherited)",
17191720
"/usr/local/opt/[email protected]/lib",
1721+
/opt/homebrew/opt/openssl/lib,
17201722
"$(PROJECT_DIR)/External/build/lib",
17211723
);
17221724
MODULEMAP_FILE = ObjectiveGit.modulemap;
@@ -1960,6 +1962,7 @@
19601962
LIBRARY_SEARCH_PATHS = (
19611963
"$(inherited)",
19621964
"/usr/local/opt/[email protected]/lib",
1965+
/opt/homebrew/opt/openssl/lib,
19631966
"$(PROJECT_DIR)/External/build/lib",
19641967
);
19651968
MODULEMAP_FILE = ObjectiveGit.modulemap;
@@ -2181,6 +2184,7 @@
21812184
LIBRARY_SEARCH_PATHS = (
21822185
"$(inherited)",
21832186
"/usr/local/opt/[email protected]/lib",
2187+
/opt/homebrew/opt/openssl/lib,
21842188
"$(PROJECT_DIR)/External/build/lib",
21852189
);
21862190
MODULEMAP_FILE = ObjectiveGit.modulemap;

0 commit comments

Comments
 (0)