Skip to content

Commit

Permalink
Lock fmt package version to 10.2.1 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonality authored Jul 5, 2024
1 parent 6867a08 commit e4a1d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UE4SS/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_requires("IconFontCppHeaders v1.0", { debug = is_mode_debug(), configs = {ru
add_requires("glfw 3.3.9", { debug = is_mode_debug() , configs = {runtimes = get_mode_runtimes()}})
add_requires("opengl", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("glaze", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("fmt", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("fmt 10.2.1", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })

option("ue4ssBetaIsStarted")
set_default(true)
Expand Down Expand Up @@ -110,4 +110,4 @@ target(projectName)
if target:symbolfile() then
os.cp(target:symbolfile(), target:installdir())
end
end)
end)

0 comments on commit e4a1d60

Please sign in to comment.