blindly copying deltachat-node to core repository

This commit is contained in:
missytake
2022-05-02 18:56:37 +02:00
committed by Simon Laux
parent 961612370d
commit a786a1427d
48 changed files with 10343 additions and 0 deletions

View 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": [],