Skip to content

Commit f209fda

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 371fdcf commit f209fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.mak.uname

+2
Original file line numberDiff line numberDiff line change
@@ -792,9 +792,11 @@ vcxproj:
792792
sed -i '/^git_broken_path_fix ".*/d' git-sh-setup
793793
git add -f $(SCRIPT_LIB) $(SCRIPTS)
794794

795+
ifndef NO_PERL
795796
# Add Perl module
796797
$(MAKE) $(LIB_PERL_GEN)
797798
git add -f perl/build
799+
endif
798800

799801
# Add bin-wrappers, for testing
800802
rm -rf bin-wrappers/

0 commit comments

Comments
 (0)