Skip to content

Commit 21f56b1

Browse files
authored
Merge pull request #42 from gitx/BuildforM1
Fix build on Apple Silicon
2 parents 95549ab + ceb97f2 commit 21f56b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@
16881688
LIBRARY_SEARCH_PATHS = (
16891689
"$(inherited)",
16901690
"/usr/local/opt/openssl@1.1/lib",
1691-
/opt/homebrew/opt/openssl/lib,
1691+
"/opt/homebrew/Cellar/openssl@1.1/1.1.1m/lib",
16921692
"$(PROJECT_DIR)/External/build/lib",
16931693
);
16941694
MODULEMAP_FILE = ObjectiveGit.modulemap;
@@ -1719,7 +1719,7 @@
17191719
LIBRARY_SEARCH_PATHS = (
17201720
"$(inherited)",
17211721
"/usr/local/opt/openssl@1.1/lib",
1722-
/opt/homebrew/opt/openssl/lib,
1722+
"/opt/homebrew/Cellar/openssl@1.1/1.1.1m/lib",
17231723
"$(PROJECT_DIR)/External/build/lib",
17241724
);
17251725
MODULEMAP_FILE = ObjectiveGit.modulemap;
@@ -1964,7 +1964,7 @@
19641964
LIBRARY_SEARCH_PATHS = (
19651965
"$(inherited)",
19661966
"/usr/local/opt/openssl@1.1/lib",
1967-
/opt/homebrew/opt/openssl/lib,
1967+
"/opt/homebrew/Cellar/openssl@1.1/1.1.1m/lib",
19681968
"$(PROJECT_DIR)/External/build/lib",
19691969
);
19701970
MODULEMAP_FILE = ObjectiveGit.modulemap;
@@ -2187,7 +2187,7 @@
21872187
LIBRARY_SEARCH_PATHS = (
21882188
"$(inherited)",
21892189
"/usr/local/opt/openssl@1.1/lib",
2190-
/opt/homebrew/opt/openssl/lib,
2190+
"/opt/homebrew/Cellar/openssl@1.1/1.1.1m/lib",
21912191
"$(PROJECT_DIR)/External/build/lib",
21922192
);
21932193
MODULEMAP_FILE = ObjectiveGit.modulemap;

0 commit comments

Comments
 (0)