Skip to content

Commit a3656a7

Browse files
committed
fix bug
1 parent f63fff2 commit a3656a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ pub fn compiler_args(
460460
vec![]
461461
} else {
462462
debug!("Compiling file: {}", &module_name);
463-
let specs = config.get_package_specs();
463+
let specs = root_config.get_package_specs();
464464

465465
specs
466466
.iter()

0 commit comments

Comments
 (0)