# netmap doesn't provide these functions as a library, so# we cheat, to save porting them manually to RustCC=clangAR=ar$CC -DNETMAP_WITH_LIBS -Dstatic= -x c -c /usr/include/net/netmap_user.h -o$OUT_DIR/netmap_user.o$AR crus $OUT_DIR/librust_netmap_user.a $OUT_DIR/netmap_user.oecho cargo:rustc-flags=-L native=$OUT_DIR -l static=rust_netmap_user