]> git.pld-linux.org Git - packages/OpenColorIO.git/blame_incremental - OpenColorIO-libsuffix.patch
- release 3 (by relup.sh)
[packages/OpenColorIO.git] / OpenColorIO-libsuffix.patch
... / ...
CommitLineData
1--- OpenColorIO-1.1.0/src/core/CMakeLists.txt.orig 2018-06-25 19:35:05.841127458 +0200
2+++ OpenColorIO-1.1.0/src/core/CMakeLists.txt 2018-06-25 19:59:35.564444007 +0200
3@@ -94,7 +94,7 @@
4 VERSION ${OCIO_VERSION}
5 SOVERSION ${SOVERSION})
6
7- install(TARGETS OpenColorIO_STATIC EXPORT OpenColorIO ARCHIVE DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib/static)
8+ install(TARGETS OpenColorIO_STATIC EXPORT OpenColorIO ARCHIVE DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX})
9 endif()
10
11 macro(target_link_OCIO target)
This page took 0.02706 seconds and 4 git commands to generate.