Skip to content

Commit

Permalink
add version range to patches
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahahbenny committed Oct 22, 2024
1 parent b642002 commit 9803957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w/wxwidgets/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ package("wxwidgets")
add_deps("libjpeg", "libpng", "nanosvg", "expat", "zlib", "pango", "glib")
if is_plat("linux") then
add_deps("opengl", "at-spi2-core")
add_patches("3.2.5", "patches/3.2.5/add_libdir.patch", "9a9fe4d745b4b6b09998ec7a93642d69761a8779d203fbb42a3df8c3d62adeb0")
add_patches("<=3.2.5", "patches/3.2.5/add_libdir.patch", "9a9fe4d745b4b6b09998ec7a93642d69761a8779d203fbb42a3df8c3d62adeb0")
end
end

Expand Down

0 comments on commit 9803957

Please sign in to comment.