- Timestamp:
- 09/06/06 11:49:25 (2 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r13030 r13063 246 246 $ghc_flags .= " -I../../src -i../../src " 247 247 if $self->is_extension_build; 248 if (!$ENV{PUGS_EMBED} or $ENV{PUGS_EMBED} !~ /[-!]perl5/i) {249 # $ghc_flags .= " -isrc/perl5 -Isrc/perl5 ";250 $ghc_flags .= " -isrc/perl5 ";251 $ghc_flags .= join(' ', grep { m{^/} or m{^-[DILl]} or m{^-Wl,-R} }252 split (' ', `$^X -MExtUtils::Embed -e ccopts,ldopts`));253 }254 248 chomp $ghc_flags; 255 249
