Skip to content

Commit

Permalink
vcxproj: allow building with NO_PERL again
Browse files Browse the repository at this point in the history
This is another fall-out of the recent refactoring flurry.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 22, 2022
1 parent 079b85a commit 03936f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.mak.uname
Expand Up @@ -792,9 +792,11 @@ vcxproj:
sed -i '/^git_broken_path_fix ".*/d' git-sh-setup
git add -f $(SCRIPT_LIB) $(SCRIPTS)

ifndef NO_PERL
# Add Perl module
$(MAKE) $(LIB_PERL_GEN)
git add -f perl/build
endif

# Add bin-wrappers, for testing
rm -rf bin-wrappers/
Expand Down

0 comments on commit 03936f2

Please sign in to comment.