Skip to content

Commit

Permalink
clear warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA committed Oct 17, 2024
1 parent 88026dd commit 22bcb7a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 16 additions & 2 deletions ports/rlottie/0001-export-runtime-and-modify-pixman.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38a9862..8a463a3 100644
index 38a9862..3bb9d39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,8 +75,6 @@ endif()
Expand All @@ -11,7 +11,21 @@ index 38a9862..8a463a3 100644
endif()

#declare dependancy
@@ -165,6 +163,7 @@ install( TARGETS rlottie EXPORT rlottie-targets
@@ -88,13 +86,6 @@ target_link_libraries(rlottie
"${CMAKE_THREAD_LIBS_INIT}"
)

-if (NOT APPLE AND NOT WIN32)
- target_link_libraries(rlottie
- PRIVATE
- "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/rlottie.expmap"
- )
-endif()
-
if (LOTTIE_MODULE)
# for dlopen, dlsym and dlclose dependancy
target_link_libraries(rlottie PRIVATE ${CMAKE_DL_LIBS})
@@ -165,6 +156,7 @@ install( TARGETS rlottie EXPORT rlottie-targets
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
INCLUDES DESTINATION include
Expand Down
2 changes: 0 additions & 2 deletions ports/rlottie/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
set(VCPKG_POLICY_SKIP_ABSOLUTE_PATHS_CHECK enabled)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Samsung/rlottie
Expand Down
2 changes: 1 addition & 1 deletion versions/r-/rlottie.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "245bae5ebb2bad4f0899fdd80c1e86067a257398",
"git-tree": "1f320830fd26ad55a123e4fccf39ecee79e659a0",
"version-date": "2024-08-26",
"port-version": 0
}
Expand Down

0 comments on commit 22bcb7a

Please sign in to comment.