aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libdwarf/msvc-runtime.diff
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/libdwarf/msvc-runtime.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libdwarf/msvc-runtime.diff')
-rw-r--r--vcpkg/ports/libdwarf/msvc-runtime.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libdwarf/msvc-runtime.diff b/vcpkg/ports/libdwarf/msvc-runtime.diff
new file mode 100644
index 0000000..c2d118c
--- /dev/null
+++ b/vcpkg/ports/libdwarf/msvc-runtime.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 28076ee..f9795dd 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -45,6 +45,7 @@ macro(msvc_posix target)
+ endmacro()
+
+ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
++elseif(0)
+ set(LIBDWARF_CRT "MD" CACHE STRING "Either MT or MD, specifies whether to use the static or dynamic MSVCRT.")
+
+ # Use CMAKE_MSVC_RUNTIME in versions 3.15 and up