File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
ObjectiveGitFramework.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1688
1688
LIBRARY_SEARCH_PATHS = (
1689
1689
"$(inherited)",
1690
1690
"/usr/local/opt/openssl@1.1/lib",
1691
+ /opt/homebrew/opt/openssl/lib,
1691
1692
"$(PROJECT_DIR)/External/build/lib",
1692
1693
);
1693
1694
MODULEMAP_FILE = ObjectiveGit.modulemap;
1717
1718
LIBRARY_SEARCH_PATHS = (
1718
1719
"$(inherited)",
1719
1720
"/usr/local/opt/openssl@1.1/lib",
1721
+ /opt/homebrew/opt/openssl/lib,
1720
1722
"$(PROJECT_DIR)/External/build/lib",
1721
1723
);
1722
1724
MODULEMAP_FILE = ObjectiveGit.modulemap;
1960
1962
LIBRARY_SEARCH_PATHS = (
1961
1963
"$(inherited)",
1962
1964
"/usr/local/opt/openssl@1.1/lib",
1965
+ /opt/homebrew/opt/openssl/lib,
1963
1966
"$(PROJECT_DIR)/External/build/lib",
1964
1967
);
1965
1968
MODULEMAP_FILE = ObjectiveGit.modulemap;
2181
2184
LIBRARY_SEARCH_PATHS = (
2182
2185
"$(inherited)",
2183
2186
"/usr/local/opt/openssl@1.1/lib",
2187
+ /opt/homebrew/opt/openssl/lib,
2184
2188
"$(PROJECT_DIR)/External/build/lib",
2185
2189
);
2186
2190
MODULEMAP_FILE = ObjectiveGit.modulemap;
You can’t perform that action at this time.
0 commit comments