From 4853656c26945717651ea0b84b23609a4f42d7e6 Mon Sep 17 00:00:00 2001 From: Jamie Anthony Morris Date: Thu, 3 Jun 2021 16:35:32 +0800 Subject: [PATCH] Typo *.o -> *.so --- android/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index ebf370cd..c2be8d64 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -32,7 +32,7 @@ set_target_properties(uv PROPERTIES add_library(openxr SHARED IMPORTED GLOBAL) set_target_properties(openxr PROPERTIES - IMPORTED_LOCATION ${platform_spec_path}/libxr_loader.a + IMPORTED_LOCATION ${platform_spec_path}/libxr_loader.so INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/openxr )