vcpkg/ports/oboe/fix_install.patch
Vitaly dcd1ee2a4f
[oboe] add new port (#34510)
* New port: Oboe audio library / Android

* Fixes

* Fixes

* Fixes

* Fixes by review

* Update version

* Update versions/o-/oboe.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/oboe/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-10-18 10:35:37 -07:00

17 lines
541 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e3af59..aeac85d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,8 +94,8 @@ target_link_libraries(oboe PRIVATE log OpenSLES)
# When installing oboe put the libraries in the lib/<ABI> folder e.g. lib/arm64-v8a
install(TARGETS oboe
- LIBRARY DESTINATION lib/${ANDROID_ABI}
- ARCHIVE DESTINATION lib/${ANDROID_ABI})
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib)
# Also install the headers
install(DIRECTORY include/oboe DESTINATION include)