Skip to content

Commit 16e1a9c

Browse files
committed
Take gentype config from the local package and not from the root package
1 parent 449f9af commit 16e1a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ pub fn compiler_args(
416416
};
417417

418418
let uncurried_args = root_config.get_uncurried_args(version);
419-
let gentype_arg = root_config.get_gentype_arg();
419+
let gentype_arg = config.get_gentype_arg();
420420

421421
let warning_args: Vec<String> = match config.warnings.to_owned() {
422422
None => vec![],

0 commit comments

Comments
 (0)