early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/libpq/patches/windows/MSBuildProject-static-lib.patch
vendored
Executable file
13
externals/vcpkg/ports/libpq/patches/windows/MSBuildProject-static-lib.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/tools/msvc/MSBuildProject.pm b/src/tools/msvc/MSBuildProject.pm
|
||||
index 823357c02..e1dc59aa7 100644
|
||||
--- a/src/tools/msvc/MSBuildProject.pm
|
||||
+++ b/src/tools/msvc/MSBuildProject.pm
|
||||
@@ -265,7 +265,7 @@ sub WriteConfigurationPropertyGroup
|
||||
my $cfgtype =
|
||||
($self->{type} eq "exe")
|
||||
? 'Application'
|
||||
- : ($self->{type} eq "dll" ? 'DynamicLibrary' : 'StaticLibrary');
|
||||
+ : ($self->{type} eq "dll" ? 'StaticLibrary' : 'StaticLibrary');
|
||||
|
||||
print $f <<EOF;
|
||||
<PropertyGroup Condition="'\$(Configuration)|\$(Platform)'=='$cfgname|$self->{platform}'" Label="Configuration">
|
||||
Reference in New Issue
Block a user