diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/lexilla/0001-static-lib.patch | |
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> |