blob: 50a4ef5b7d197b9a6f60d1670c64ff5967a7b739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/share/cmake/modules/Findpystring.cmake b/share/cmake/modules/Findpystring.cmake
index a3e396de..4022ddf5 100644
--- a/share/cmake/modules/Findpystring.cmake
+++ b/share/cmake/modules/Findpystring.cmake
@@ -50,7 +50,7 @@ if(NOT OCIO_INSTALL_EXT_PACKAGES STREQUAL ALL)
# Find library
find_library(pystring_LIBRARY
NAMES
- ${_pystring_STATIC} pystring
+ ${_pystring_STATIC} pystring libpystring
HINTS
${_pystring_SEARCH_DIRS}
PATH_SUFFIXES
|