Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/Modules/FindBrotli.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_files/cmake/Modules/FindBrotli.cmake b/build_files/cmake/Modules/FindBrotli.cmake
index cdb45de31dd..7460a87b14a 100644
--- a/build_files/cmake/Modules/FindBrotli.cmake
+++ b/build_files/cmake/Modules/FindBrotli.cmake
@@ -36,7 +36,9 @@ FIND_PATH(BROTLI_INCLUDE_DIR
FIND_LIBRARY(BROTLI_LIBRARY_COMMON
NAMES
+ # Some builds use a special `-static` postfix in their static libraries names.
brotlicommon-static
+ brotlicommon
HINTS
${_BROTLI_SEARCH_DIRS}
PATH_SUFFIXES
@@ -45,7 +47,9 @@ FIND_LIBRARY(BROTLI_LIBRARY_COMMON
)
FIND_LIBRARY(BROTLI_LIBRARY_DEC
NAMES
+ # Some builds use a special `-static` postfix in their static libraries names.
brotlidec-static
+ brotlidec
HINTS
${_BROTLI_SEARCH_DIRS}
PATH_SUFFIXES