- Timestamp:
- 08/31/06 04:09:57 (2 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r12818 r12890 240 240 $ghc_flags .= " -I../../src -i../../src " 241 241 if $self->is_extension_build; 242 if ( $ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i) {242 if (!$ENV{PUGS_EMBED} or $ENV{PUGS_EMBED} !~ /[-!]perl5/i) { 243 243 # $ghc_flags .= " -isrc/perl5 -Isrc/perl5 "; 244 244 $ghc_flags .= " -isrc/perl5 ";
