- Timestamp:
- 05/25/05 02:48:29 (4 years ago)
- svk:copy_cache_prev:
- 5385
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r3842 r3843 171 171 if $self->is_extension_build; 172 172 $ghc_flags .= join(' ', grep { m{^/} or m{^-[DILl]} or m{^-Wl,-R} } 173 split (' ', `$^X -MExtUtils::Embed -e ldopts`))173 split (' ', `$^X -MExtUtils::Embed -e ccopts,ldopts`)) 174 174 if $ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i; 175 175 chomp $ghc_flags;
