Closed ok-nick closed 2 years ago
Thanks! Good find. The build used to be in the root of the project, apparently forgot to update this after the move.
Noticed that it is also otherwise
Would you please
println!("cargo:rerun-if-env-changed=LD_LIBRARY_PATH");
println!("cargo:rerun-if-env-changed=LDFLAGS");
println!("cargo:rerun-if-env-changed=PATH");
println!("cargo:rerun-if-env-changed=PKG_CONFIG_PATH");
println!("cargo:rerun-if-env-changed=CC");
println!("cargo:rerun-if-env-changed=CFLAGS");
println!("cargo:rerun-if-env-changed=CXX");
println!("cargo:rerun-if-env-changed=CXXFLAGS");
Thank you!
libcec-sys
recompiles every time due to an incorrect path to the build script forrerun-if-changed
. This should fix it.