ui-sys does not recompile if a libui file changes #98
Labels
c-bug
Bug - some feature is not working as expected
k-buildprocess
Issues with building the crate
p-medium
Medium Priority
Milestone
I think you are missing a
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
when you're making the builder, like so:You're also missing some
println!("cargo:rerun-if-changed={}", src_path(filename))
all over the place after you dobase_config.file(src_path(filename))
.The text was updated successfully, but these errors were encountered: