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/devil/0006-fix-ilut-header.patch | |
Diffstat (limited to 'vcpkg/ports/devil/0006-fix-ilut-header.patch')
| -rw-r--r-- | vcpkg/ports/devil/0006-fix-ilut-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/devil/0006-fix-ilut-header.patch b/vcpkg/ports/devil/0006-fix-ilut-header.patch new file mode 100644 index 0000000..5af04e8 --- /dev/null +++ b/vcpkg/ports/devil/0006-fix-ilut-header.patch @@ -0,0 +1,12 @@ +diff --git a/DevIL/src-ILUT/CMakeLists.txt b/DevIL/src-ILUT/CMakeLists.txt +index 398d3c1..617c8d8 100644 +--- a/DevIL/src-ILUT/CMakeLists.txt ++++ b/DevIL/src-ILUT/CMakeLists.txt +@@ -77,6 +77,7 @@ install (TARGETS ILUT + RUNTIME DESTINATION bin + ) + install (FILES ../include/IL/ilut.h DESTINATION include/IL) ++install (FILES ../include/IL/ilut_config.h DESTINATION include/IL) + + install(FILES + ${CMAKE_CURRENT_BINARY_DIR}/ILUT.pc |