Changeset 20057 for Makefile.PL

Show
Ignore:
Timestamp:
03/04/08 16:13:12 (10 months ago)
Author:
gbacon
Message:

Improvements to cabal build. Build still fails on src/Pugs/AST/Internals/Instances.hs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r19962 r20057  
    348348    my @derived_srcfiles = qw< src/Pugs/Embed/Parrot.hs src/Pugs/pugs_config.h src/Pugs/pugs_version.h src/Pugs/Config.hs src/Pugs/Prelude.hs src/Pugs/CodeGen/PIR/Prelude.hs >; 
    349349 
    350     my $embed_flags = ""; 
     350    my $embed_flags = "-I" . cwd(); 
    351351    my $hsc2hs_flags = ""; 
    352352    my $ccdlflags = "";