mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
blindly copying deltachat-node to core repository
This commit is contained in:
13
node/patches/m1_build_use_x86_64.patch
Normal file
13
node/patches/m1_build_use_x86_64.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/binding.gyp b/binding.gyp
|
||||
index 199f4d3..15b47f8 100644
|
||||
--- a/binding.gyp
|
||||
+++ b/binding.gyp
|
||||
@@ -42,7 +42,7 @@
|
||||
{
|
||||
"include_dirs": ["deltachat-core-rust/deltachat-ffi"],
|
||||
"libraries": [
|
||||
- "../deltachat-core-rust/target/release/libdeltachat.a",
|
||||
+ "../deltachat-core-rust/target/x86_64-apple-darwin/release/libdeltachat.a",
|
||||
"-ldl",
|
||||
],
|
||||
"conditions": [],
|
||||
Reference in New Issue
Block a user