mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Remove incorrect comment on building header file
This commit is contained in:
@@ -12,9 +12,8 @@ Current commit on deltachat/deltachat-core: `12ef73c8e76185f9b78e844ea673025f56a
|
|||||||
```sh
|
```sh
|
||||||
# run example
|
# run example
|
||||||
$ cargo run --example simple
|
$ cargo run --example simple
|
||||||
# build header file
|
# build c-ffi
|
||||||
$ cargo build -p deltachat_ffi --release
|
$ cargo build -p deltachat_ffi --release
|
||||||
$ cat deltachat-ffi/deltachat.h
|
|
||||||
# run tests
|
# run tests
|
||||||
$ cargo test --all
|
$ cargo test --all
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user