[Bf-blender-cvs] [d2ea1b2dcd5] blender2.8: Fix broken macOS build with libsndfile, name is different than in master.

Brecht Van Lommel noreply at git.blender.org
Sat Nov 4 17:50:22 CET 2017


Commit: d2ea1b2dcd536cc8a9e53bd830f0095f6bf9e2fe
Author: Brecht Van Lommel
Date:   Sat Nov 4 17:48:46 2017 +0100
Branches: blender2.8
https://developer.blender.org/rBd2ea1b2dcd536cc8a9e53bd830f0095f6bf9e2fe

Fix broken macOS build with libsndfile, name is different than in master.

===================================================================

M	build_files/cmake/macros.cmake

===================================================================

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index c79755bee9d..cdc63ef8fba 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -319,7 +319,7 @@ function(SETUP_LIBDIRS)
 			link_directories(${JACK_LIBPATH})
 		endif()
 		if(WITH_CODEC_SNDFILE)
-			link_directories(${SNDFILE_LIBPATH})
+			link_directories(${LIBSNDFILE_LIBPATH})
 		endif()
 		if(WITH_FFTW3)
 			link_directories(${FFTW3_LIBPATH})



More information about the Bf-blender-cvs mailing list