aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-20 03:06:29 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-06-28 13:37:52 -0700
commitced194257dd35c5ccd38f3ed19a3cafdaadb5393 (patch)
tree1a4409310afe0829d1b3b698f178527d6295bd36
parenta2cee615e4c444d5ce84fac618bfb2b18cd6985f (diff)
downloadvcpkg-ced194257dd35c5ccd38f3ed19a3cafdaadb5393.tar.gz
vcpkg-ced194257dd35c5ccd38f3ed19a3cafdaadb5393.zip
[aubio] Fix static build
-rw-r--r--ports/aubio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/aubio/CMakeLists.txt b/ports/aubio/CMakeLists.txt
index df2c598f9..d1124b46c 100644
--- a/ports/aubio/CMakeLists.txt
+++ b/ports/aubio/CMakeLists.txt
@@ -18,7 +18,7 @@ add_definitions(
)
find_path(LIBSNDFILE_H sndfile.h)
-find_library(LIBSNDFILE_LIB libsndfile-1)
+find_library(LIBSNDFILE_LIB NAMES libsndfile-1 libsndfile)
find_library(AVCODEC_LIB avcodec)
find_library(AVUTIL_LIB avutil)
find_library(AVDEVICE_LIB avdevice)