Skip to content

Commit

Permalink
Tell libetpan where to find libssl on Sierra+
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Oct 29, 2019
1 parent 453bf90 commit 7590b28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file removed Vendor/libetpan/build-mac/autogen-result.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions Vendor/libetpan/build-mac/libetpan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2522,6 +2522,7 @@
"$(SRCROOT)/..",
"$(SRCROOT)/include",
);
LIBRARY_SEARCH_PATHS = /usr/local/opt/openssl/lib/;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-DHAVE_CFNETWORK=1",
Expand All @@ -2542,6 +2543,7 @@
"$(SRCROOT)/..",
"$(SRCROOT)/include",
);
LIBRARY_SEARCH_PATHS = /usr/local/opt/openssl/lib/;
OTHER_CFLAGS = (
"-DHAVE_CFNETWORK=1",
"-DHAVE_CONFIG_H=1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,22 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
Expand All @@ -48,14 +49,12 @@
ReferencedContainer = "container:libetpan.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
Expand Down

0 comments on commit 7590b28

Please sign in to comment.