Changeset 22348 for Makefile.PL
- Timestamp:
- 09/24/08 22:39:14 (2 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r22346 r22348 155 155 my $config_h = "src/Pugs/pugs_config.h"; 156 156 157 my $EMBED_SMOP = ''; 158 $EMBED_SMOP='--flags=SMOP' if $ENV{PUGS_EMBED} =~ /\bsmop\b/i; 157 my $EMBED_SMOP = ($ENV{PUGS_EMBED} // '') ? '--flags=SMOP' : ''; 159 158 # Ok, now we have Cabal-Install and all the deps. Let's be lazy and write a simple makefile. 160 159 postamble(<<".");
