diff options
Diffstat (limited to 'vcpkg/ports/lexilla/0001-static-lib.patch')
| -rw-r--r-- | vcpkg/ports/lexilla/0001-static-lib.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/lexilla/0001-static-lib.patch b/vcpkg/ports/lexilla/0001-static-lib.patch new file mode 100644 index 0000000..31a0f2f --- /dev/null +++ b/vcpkg/ports/lexilla/0001-static-lib.patch @@ -0,0 +1,13 @@ +diff --git a/src/Lexilla.vcxproj b/src/Lexilla.vcxproj +index 82aa9b7..5eac42f 100644 +--- a/src/Lexilla.vcxproj ++++ b/src/Lexilla.vcxproj +@@ -36,7 +36,7 @@ + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup> +- <ConfigurationType>DynamicLibrary</ConfigurationType> ++ <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>Unicode</CharacterSet> + <PlatformToolset>v143</PlatformToolset> + </PropertyGroup> |