Skip to content

Commit 03bda43

Browse files
committed
vcxproj: allow building with NO_PERL again
This is another fall-out of the recent refactoring flurry. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 33d9a68 commit 03bda43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.mak.uname

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,11 @@ vcxproj:
800800
sed -i '/^git_broken_path_fix ".*/d' git-sh-setup
801801
git add -f $(SCRIPT_LIB) $(SCRIPTS)
802802

803+
ifndef NO_PERL
803804
# Add Perl module
804805
$(MAKE) $(LIB_PERL_GEN)
805806
git add -f perl/build
807+
endif
806808

807809
# Add bin-wrappers, for testing
808810
rm -rf bin-wrappers/

0 commit comments

Comments
 (0)