aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-10 19:55:14 -0700
committerChris Robinson <[email protected]>2019-07-10 19:55:14 -0700
commit93d0c8993d22f5944efdca64b1b1905a479a19dc (patch)
tree69436d0d8c79ea269f81972d819a86d0bd392dd5 /cmake
parente2f2b74d6a9021d4cc2eff9e8a28543ff3ddb5c0 (diff)
Fix OpenSL library name
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindOpenSL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindOpenSL.cmake b/cmake/FindOpenSL.cmake
index 1bd72d10..41c68fde 100644
--- a/cmake/FindOpenSL.cmake
+++ b/cmake/FindOpenSL.cmake
@@ -46,7 +46,7 @@ find_path(OPENSL_ANDROID_INCLUDE_DIR NAMES SLES/OpenSLES_Android.h
DOC "The OpenSL Android include directory"
)
-find_library(OPENSL_LIBRARY NAMES OpenSL
+find_library(OPENSL_LIBRARY NAMES OpenSLES
DOC "The OpenSL library"
)