diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile/mod.rs b/src/makefile/mod.rs index 3de4975..f4f0853 100644 --- a/src/makefile/mod.rs +++ b/src/makefile/mod.rs @@ -386,6 +386,8 @@ impl<'a> Makefile<'a> { let mut expand_value = false; let mut skip_if_defined = false; let mut append = false; + + #[cfg(feature = "full")] let name = if let Some(real_name) = name.strip_suffix("::") { expand_value = true; real_name |