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

Commit abcaf74

Browse files
committed
* Allow building without Perl5 embedding.
1 parent d95d83a commit abcaf74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Pugs/Pugs.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ executable pugs
177177

178178
if flag(Perl5)
179179
cpp-options: -DPUGS_HAVE_PERL5=1
180+
includes:
181+
perl5/p5embed.h
182+
c-sources:
183+
cbits/Prelude_pm.c cbits/Test_pm.c perl5/p5embed.c
180184

181185
c-sources:
182186
cbits/Prelude_pm.c cbits/Test_pm.c
183-
perl5/p5embed.c
184-
185-
includes:
186-
perl5/p5embed.h

0 commit comments

Comments
 (0)