Skip to content

Commit

Permalink
minimalist inline pdlpp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig DeForest authored and mohawk2 committed Apr 11, 2015
1 parent 3cc8646 commit 5148b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic/Gen/Inline/Pdlpp.pm
Expand Up @@ -29,8 +29,8 @@ sub validate {
my $o = shift;
$o->{ILSM} ||= {};
$o->{ILSM}{XS} ||= {};
# having internal on shouldn't matter
$o->{ILSM}{INTERNAL} = 1 unless defined $o->{ILSM}{INTERNAL};
# Shouldn't use internal linking for Inline stuff, normally
$o->{ILSM}{INTERNAL} = 0 unless defined $o->{ILSM}{INTERNAL};
$o->{ILSM}{MAKEFILE} ||= {};
if (not $o->UNTAINT) {
my $w = abs_path(PDL::Core::Dev::whereami_any());
Expand Down

0 comments on commit 5148b8b

Please sign in to comment.