Skip to content

Commit

Permalink
add new line after patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage-alchemy committed Feb 5, 2025
1 parent 1db51ec commit 31a5552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/r/reflect-cpp/patches/0.17.0/cmake.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ index 4d0904f..751e762 100644
+ find_package(msgpack-c CONFIG REQUIRED)
endif()
endif()
target_link_libraries(reflectcpp PUBLIC msgpack-c)
target_link_libraries(reflectcpp PUBLIC msgpack-c)
2 changes: 1 addition & 1 deletion packages/r/reflect-cpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package("reflect-cpp")
add_versions("v0.11.1", "e45f112fb3f14507a4aa53b99ae2d4ab6a4e7b2d5f04dd06fec00bf7faa7bbdc")
add_versions("v0.10.0", "d2c8876d993ddc8c57c5804e767786bdb46a2bdf1a6cd81f4b14f57b1552dfd7")

add_patches("0.17.0", "patches/0.17.0/cmake.patch", "d69a74691b35ea1c4fc8d0d7ee3d77dd775c00570780c328b5688e374f3a42a6")
add_patches("0.17.0", "patches/0.17.0/cmake.patch", "b5956162feb37a369b80329ee4e56408f9b241001d3d8b8e89e2a4b352579c53")
add_patches("0.16.0", "patches/0.16.0/cmake.patch", "1b2a6e0ed81dd0bd373bd1daaf52010de965f3829e5e19406c53e8ebf0a5b9fc")
add_patches("0.11.1", "patches/0.11.1/cmake.patch", "a43ae2c6de455054ab860adfb309da7bd376c31c493c8bab0ebe07aae0805205")
add_patches("0.10.0", "patches/0.10.0/cmake.patch", "b8929c0a13bd4045cbdeea0127e08a784e2dc8c43209ca9f056fff4a3ab5c4d3")
Expand Down

0 comments on commit 31a5552

Please sign in to comment.