Fixed the libdir that dali-scene-loader's CMakeLists.txt uses. 51/250251/1
authorGyörgy Straub <g.straub@partner.samsung.com>
Tue, 22 Dec 2020 09:19:41 +0000 (09:19 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Tue, 22 Dec 2020 09:23:08 +0000 (09:23 +0000)
This fixes the Tizen 64 build.

Change-Id: I796aceed451cb0f900ff56b006434c9e8f8a5565

build/tizen/dali-scene-loader/CMakeLists.txt

index 887b2a5..2e2cc38 100644 (file)
@@ -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}