mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 16:17:13 +08:00
14 lines
522 B
Diff
14 lines
522 B
Diff
|
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
|