Skip to content

Commit 01f9538

Browse files
committed
Fix breakpad compilation on OSX 10.14
Fix RedisInsight#4284
1 parent ec7ee21 commit 01f9538

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

3rdparty/breakpad_osx.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/src/client/mac/sender/Breakpad.xib b/src/client/mac/sender/Breakpad.xib
2+
index 7966f895..3ad3882c 100644
3+
--- a/src/client/mac/sender/Breakpad.xib
4+
+++ b/src/client/mac/sender/Breakpad.xib
5+
@@ -1114,7 +1114,7 @@ UXVpc3F1ZSBtaS4gRHVpcyBsZWN0dXMuA</string>
6+
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
7+
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
8+
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
9+
- <integer value="1050" key="NS.object.0"/>
10+
+ <integer value="1060" key="NS.object.0"/>
11+
</object>
12+
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
13+
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>

build/common_functions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ DEPS_DIR=$RDM_DIR/3rdparty/
88

99
function build_breakpad {
1010
cd $DEPS_DIR/gbreakpad/
11+
git apply ../breakpad_osx.patch
1112
git clone --depth 1 -v [email protected]:RedisDesktop/linux-syscall-support.git src/third_party/lss \
1213
|| git clone --depth 1 https://github.com/RedisDesktop/linux-syscall-support.git src/third_party/lss \
1314
|| true

0 commit comments

Comments
 (0)