summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl/setup-hook-cross.sh
blob: 95aae0b2670fa7aa7f6a8374952c12d9e7cf4c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
addPerlLibPath () {
    addToSearchPath PERL5LIB $1/lib/perl5/site_perl/@version@
    addToSearchPath PERL5LIB $1/lib/perl5/site_perl/cross_perl/@version@
    # Adding the arch-specific directory is morally incorrect, as
    # miniperl can't load the native modules there. However, it can
    # (and sometimes needs to) load and run some of the pure perl
    # code there, so we add it anyway. When needed, stubs can be put
    # into $1/lib/perl5/site_perl/cross_perl/@version@
    addToSearchPath PERL5LIB $1/lib/perl5/site_perl/@version@/@runtimeArch@
}

addEnvHooks "$targetOffset" addPerlLibPath