Skip to content

Commit

Permalink
perl: use $hostOffset instead of $targetOffset in cross setup hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 23, 2020
1 parent d61f1a4 commit d7e3e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/perl/setup-hook-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl/@version@/@runtimeArch@
}

addEnvHooks "$targetOffset" addPerlLibPath
addEnvHooks "$hostOffset" addPerlLibPath

0 comments on commit d7e3e03

Please sign in to comment.