Skip to content

Commit dda08aa

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 c826ba2 commit dda08aa

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

780+
ifndef NO_PERL
780781
# Add Perl module
781782
$(MAKE) $(LIB_PERL_GEN)
782783
git add -f perl/build
784+
endif
783785

784786
# Add bin-wrappers, for testing
785787
rm -rf bin-wrappers/

0 commit comments

Comments
 (0)