Skip to content

Commit f93adde

Browse files
committed
fixup! vcxproj: let vcs-svn depend on libgit
We really need to let vcs-svn depend on libgit... And the target name is currently `vcs-svn/lib`. Let's be a little bit more lenient and search for the substring `vcs-svn`, just in case that the exact target will change in the future. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8b3ed72 commit f93adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/buildsystems/Generators/Vcxproj.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ EOM
227227
print F << "EOM";
228228
</ItemGroup>
229229
EOM
230-
if (!$static_library || $target eq 'vcs-svn') {
230+
if (!$static_library || $target =~ 'vcs-svn') {
231231
my $uuid_libgit = $$build_structure{"LIBS_libgit_GUID"};
232232
my $uuid_xdiff_lib = $$build_structure{"LIBS_xdiff/lib_GUID"};
233233

0 commit comments

Comments
 (0)