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 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 1e4e07d63b3..1de0c192a20 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -277,6 +277,12 @@ if(WIN32)
)
endif()
+if(UNIX AND NOT APPLE)
+ list(APPEND LIB
+ bf_intern_libc_compat
+ )
+endif()
+
# no need to compile object files for inline headers.
set_source_files_properties(
intern/math_base_inline.c