Skip to content

Commit f80b82e

Browse files
dschomjcheetham
authored andcommitted
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 b5549e6 commit f80b82e

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

804+
ifndef NO_PERL
804805
# Add Perl module
805806
$(MAKE) $(LIB_PERL_GEN)
806807
git add -f perl/build
808+
endif
807809

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

0 commit comments

Comments
 (0)