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/sdl2-mixer/fix-pkg-prefix.patch | |
Diffstat (limited to 'vcpkg/ports/sdl2-mixer/fix-pkg-prefix.patch')
| -rw-r--r-- | vcpkg/ports/sdl2-mixer/fix-pkg-prefix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/sdl2-mixer/fix-pkg-prefix.patch b/vcpkg/ports/sdl2-mixer/fix-pkg-prefix.patch new file mode 100644 index 0000000..71fe784 --- /dev/null +++ b/vcpkg/ports/sdl2-mixer/fix-pkg-prefix.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index dc37b28..d139596 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -907,7 +907,7 @@ if(SDL2MIXER_INSTALL) + endif() + + ##### export files ##### +- if(WIN32 AND NOT MINGW) ++ if(0) + set(SDLMIXER_INSTALL_CMAKEDIR_DEFAULT "cmake") + else() + set(SDLMIXER_INSTALL_CMAKEDIR_DEFAULT "${CMAKE_INSTALL_LIBDIR}/cmake/SDL2_mixer") |