Skip to content

Commit dc0fcbc

Browse files
committed
Remove bindgen from compile_basic.sh
1 parent fcee70c commit dc0fcbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ctaffy/examples/compile_basic.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
set -ex
44

5-
(cd .. && cbindgen --crate ctaffy --output include/taffy.h)
65
cargo build --manifest-path ../Cargo.toml
76
gcc -O3 -DDEBUG -o basic basic.c -std=c99 -Wall -I../include -L../../target/debug -lctaffy

0 commit comments

Comments
 (0)