diff options
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 |