Skip to content

Commit

Permalink
Need to fixblib after each build in case other IMs depend on result
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 20, 2015
1 parent 1f1c09f commit acf69c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Inline/Module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ build_inline :
"\t\$(ABSPERLRUN) -Iinc -Ilib -MInline=Config,directory,$inline_build_path -M$module -e 1 --\n";
$section .=
"\t\$(ABSPERLRUN) -Iinc -MInline::Module=makeblibdyna -e 1 -- $module\n";
$section .=
"\t\$(ABSPERLRUN) -Iinc -MInline::Module=fixblib -e 1 --\n";
}
$section .=
"\t\$(ABSPERLRUN) -Iinc -MInline::Module=fixblib -e 1 --\n";

return $section;
}
Expand Down

0 comments on commit acf69c3

Please sign in to comment.