mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-05 06:56:52 -06:00
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:
parent
4ced2abfb7
commit
4bb392dd9c
@ -802,9 +802,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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user