aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/scintilla/0001-static-lib.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/scintilla/0001-static-lib.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/scintilla/0001-static-lib.patch')
-rw-r--r--vcpkg/ports/scintilla/0001-static-lib.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/scintilla/0001-static-lib.patch b/vcpkg/ports/scintilla/0001-static-lib.patch
new file mode 100644
index 0000000..e3c7a01
--- /dev/null
+++ b/vcpkg/ports/scintilla/0001-static-lib.patch
@@ -0,0 +1,13 @@
+diff --git a/win32/Scintilla.vcxproj b/win32/Scintilla.vcxproj
+index 82aa9b7..5eac42f 100644
+--- a/win32/Scintilla.vcxproj
++++ b/win32/Scintilla.vcxproj
+@@ -34,7 +34,7 @@
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup>
+- <ConfigurationType>DynamicLibrary</ConfigurationType>
++ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v143</PlatformToolset>
+ </PropertyGroup>