FFI
This commit is contained in:
parent
7ed1e5e4e6
commit
bdf3e8dde5
4 changed files with 86 additions and 150 deletions
6
justfile
6
justfile
|
|
@ -1,2 +1,6 @@
|
|||
diehard file:
|
||||
dieharder -a -g 201 -f {{file}}
|
||||
dieharder -a -g 201 -f {{file}}
|
||||
|
||||
build arg:
|
||||
cargo build {{arg}}
|
||||
cargo ndk -t arm64-v8a -t armeabi-v7a -t x86_64 build {{arg}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue