Skip to content

Commit

Permalink
stop PDL::Core depping on pm_to_blib
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 23, 2024
1 parent 39fe985 commit 1902a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ WriteMakefile(
TYPEMAPS => [PDL::Core::Dev::PDL_TYPEMAP()],
LIBS => [$libs_string],
depend => {
$core_obj => 'pm_to_blib '.$hdeps,
$core_obj => $hdeps,
$cobj => $hdeps,
(map +(
"build_dynamic_PDL_".(s#/#_#gr) => "\$(INST_ARCHLIB)/auto/PDL/$_/".(s#.*/##gr).".\$(DLEXT)",
Expand Down

0 comments on commit 1902a0d

Please sign in to comment.