Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 5683333000820016d1e02cbea2dc2fe1 > files > 1

blender-2.79b-1.1.mga6.src.rpm

--- build_files/cmake/macros.cmake.static	2011-06-23 04:19:26.000000000 +0200
+++ build_files/cmake/macros.cmake	2011-06-23 04:20:08.000000000 +0200
@@ -101,7 +101,7 @@
 	blender_include_dirs("${includes}")
 	blender_include_dirs_sys("${includes_sys}")
 
-	add_library(${name} ${sources})
+	add_library(${name} STATIC ${sources})
 
 	# works fine without having the includes
 	# listed is helpful for IDE's (QtCreator/MSVC)