Skip to content

Commit ac28795

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 3296421 commit ac28795

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

793+
ifndef NO_PERL
793794
# Add Perl module
794795
$(MAKE) $(LIB_PERL_GEN)
795796
git add -f perl/build
797+
endif
796798

797799
# Add bin-wrappers, for testing
798800
rm -rf bin-wrappers/

0 commit comments

Comments
 (0)