Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
* Allow building without Perl5 embedding.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Jul 17, 2012
1 parent d95d83a commit abcaf74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pugs/Pugs.cabal
Expand Up @@ -177,10 +177,10 @@ executable pugs

if flag(Perl5)
cpp-options: -DPUGS_HAVE_PERL5=1
includes:
perl5/p5embed.h
c-sources:
cbits/Prelude_pm.c cbits/Test_pm.c perl5/p5embed.c

c-sources:
cbits/Prelude_pm.c cbits/Test_pm.c
perl5/p5embed.c

includes:
perl5/p5embed.h

0 comments on commit abcaf74

Please sign in to comment.