We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b26933 commit adf2638Copy full SHA for adf2638
src/build.rs
@@ -1189,7 +1189,7 @@ pub fn cbuild(
1189
for cpkg in members.iter_mut() {
1190
// it is a new build, build the additional files and update update the cache
1191
// if the hash value does not match.
1192
- if new_build && !cpkg.finger_print.is_valid() {
+ if new_build || !cpkg.finger_print.is_valid() {
1193
let name = &cpkg.capi_config.library.name;
1194
let (pkg_config_static_libs, static_libs) = if library_types.only_cdylib() {
1195
(String::new(), String::new())
0 commit comments