File: regenerate_bindings.sh

package info (click to toggle)
rust-alsa-sys 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: makefile: 4; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (29)
1
2
3
4
#!/bin/sh
bindgen --size_t-is-usize --no-recursive-whitelist --no-prepend-enum-name --no-layout-tests \
--generate "functions,types" --whitelist-function="snd_.*" --whitelist-type="_?snd_.*" \
/usr/include/alsa/asoundlib.h -o src/generated.rs