Skip to content

Commit c75bf80

Browse files
jeffhostetlerdscho
authored andcommitted
msvc: get rid of the MSVC_DEPS variable
As we do not consume NuGet packages any longer, there is no sense to try to point PATH to their unpacked .dll files, either. Signed-off-by: Jeff Hostetler <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ae0d1a5 commit c75bf80

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,9 +2429,6 @@ ifdef GIT_INTEROP_MAKE_OPTS
24292429
endif
24302430
ifdef TEST_GIT_INDEX_VERSION
24312431
@echo TEST_GIT_INDEX_VERSION=\''$(subst ','\'',$(subst ','\'',$(TEST_GIT_INDEX_VERSION)))'\' >>$@+
2432-
endif
2433-
ifdef MSVC_DEPS
2434-
@echo MSVC_DEPS=\''$(subst ','\'',$(subst ','\'',$(MSVC_DEPS)))'\' >>$@+
24352432
endif
24362433
@if cmp $@+ $@ >/dev/null 2>&1; then $(RM) $@+; else mv $@+ $@; fi
24372434

t/test-lib.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ fi
6666
. "$GIT_BUILD_DIR"/GIT-BUILD-OPTIONS
6767
export PERL_PATH SHELL_PATH
6868

69-
test -z "$MSVC_DEPS" ||
70-
PATH="$GIT_BUILD_DIR/$MSVC_DEPS/bin$PATH_SEP$PATH"
71-
7269
################################################################
7370
# It appears that people try to run tests without building...
7471
test -n "$GIT_TEST_INSTALLED" || "$GIT_BUILD_DIR/git$X" >/dev/null ||

0 commit comments

Comments
 (0)