bw-itis-archival

Results 3 comments of bw-itis-archival

I also get an error on 'appBuilder' property (output below). I'm happy to try a fix, what do I need to change to try the fixed version? ``` - In...

Is there anything more on this? I just ran into it in my project and it's quite a surprise when c files don't recompile (especially since they sometimes do -...

If I add `println!("cargo:rerun-if-changed=src");` to `build.rs` this does trigger a rebuild on changes (all my .c and .h files are in `src`).