Skip to content

Commit

Permalink
Fix the generation of the exe on Windows which now requires to "compi…
Browse files Browse the repository at this point in the history
…le" the script to include some modules.

This is a hack as we are modifiying the generated part of the
Makefile.PL file. Dist::Setup will need to be updated for that.
  • Loading branch information
mkende committed May 17, 2024
1 parent 10796bd commit 981f57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ build:
\tmkdir -p build
\$(EXE_EXE): build/%\$(EXE_EXT): %
\tpp -o \$@ -cd build/pp.cache -I lib -F "PodStrip=.*\\bMarkdown/Perl\\b(*COMMIT)(*FAIL)|.*" \$<
\tpp -o \$@ -cd build/pp.cache -c -I lib -F "PodStrip=.*\\bMarkdown/Perl\\b(*COMMIT)(*FAIL)|.*" \$<
MAKE_FRAGMENT

Expand Down

0 comments on commit 981f57e

Please sign in to comment.