From 5109cf2f57de0f566eacc71218c2d533a117e7f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gy=C3=B6rgy=20Straub?= Date: Tue, 22 Dec 2020 09:19:41 +0000 Subject: [PATCH 1/1] Fixed the libdir that dali-scene-loader's CMakeLists.txt uses. This fixes the Tizen 64 build. Change-Id: I796aceed451cb0f900ff56b006434c9e8f8a5565 --- build/tizen/dali-scene-loader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tizen/dali-scene-loader/CMakeLists.txt b/build/tizen/dali-scene-loader/CMakeLists.txt index 887b2a5..2e2cc38 100644 --- a/build/tizen/dali-scene-loader/CMakeLists.txt +++ b/build/tizen/dali-scene-loader/CMakeLists.txt @@ -144,7 +144,7 @@ if( ANDROID ) target_link_libraries(${name} log) endif() -install(TARGETS ${name} DESTINATION ${prefix}/lib) +install(TARGETS ${name} DESTINATION ${LIB_DIR}) file(GLOB scene_loader_include_files ${scene_loader_public_api_dir}) install(DIRECTORY ${scene_loader_include_files} -- 2.7.4