vcxproj: allow building with `NO_PERL` again

This is another fall-out of the recent refactoring flurry.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2022-03-29 12:05:18 +02:00
Родитель cce1f4c170
Коммит 41da73ac34
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -777,9 +777,11 @@ vcxproj:
sed -i '/^git_broken_path_fix ".*/d' git-sh-setup
git add -f $(SCRIPT_LIB) $(SCRIPTS)
ifndef NO_PERL
# Add Perl module
$(MAKE) $(LIB_PERL_GEN)
git add -f perl/build
endif
# Add bin-wrappers, for testing
rm -rf bin-wrappers/