getting a bit further now
This commit is contained in:
1833
lib/bindings.rs
1833
lib/bindings.rs
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
git clone https://github.com/us-irs/libcsp.git
|
||||
git checkout 447cc38f2106a15290358dc8c128ad553a415568
|
||||
git checkout const-correctness
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" > bindings.rs
|
||||
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" "-I./libcsp/src" > bindings.rs
|
||||
|
@ -1 +1,2 @@
|
||||
#include "csp/csp.h"
|
||||
#include "csp_conn.h"
|
||||
|
Reference in New Issue
Block a user