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 18, 2024
1 parent 5c194da commit 38a219e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.mak.uname
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,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 38a219e

Please sign in to comment.