Skip to content

Commit 49513a8

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 917bc1f commit 49513a8

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
@@ -802,9 +802,11 @@ vcxproj:
802802
sed -i '/^git_broken_path_fix ".*/d' git-sh-setup
803803
git add -f $(SCRIPT_LIB) $(SCRIPTS)
804804

805+
ifndef NO_PERL
805806
# Add Perl module
806807
$(MAKE) $(LIB_PERL_GEN)
807808
git add -f perl/build
809+
endif
808810

809811
# Add bin-wrappers, for testing
810812
rm -rf bin-wrappers/

0 commit comments

Comments
 (0)