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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-11-04 19:48:46 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-11-04 19:50:09 +0300
commitd2ea1b2dcd536cc8a9e53bd830f0095f6bf9e2fe (patch)
tree26878a5715a0a1ed1792d73dacf661641d7abf49 /build_files
parent642c1cabe5403a527da466bcf9931c602a58efae (diff)
Fix broken macOS build with libsndfile, name is different than in master.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
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})