# | Line 80 | Line 80 | sub _generateexternals { | |
---|---|---|
80 | print $fout 'lib+=$(extralib)'."\n"; | |
81 | print $fout 'LDLIBS+=$(addprefix -l,$(lib))'."\n"; | |
82 | print $fout 'LDLIBS+=$(addprefix -l,$(REQUIRES))'."\n"; | |
83 | + | print $fout 'LD_LIBRARY_PATH:=$(subst $(space),:,$(LD_LIBRARY_PATH))'."\n"; |
84 | ||
85 | undef $fout; | |
86 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |