Skip to content

Commit

Permalink
Build: Link fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Feb 3, 2024
1 parent afb578a commit fd8fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
----------------------- Dependencies -----------------------

add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
add_requires("fmt", { configs = { header_only = true }, system = false })
add_requires("fmt", { system = false })
add_requires("nazarautils >=2024.01.13", "fast_float", "frozen", "ordered_map")

if has_config("fs_watcher") then
Expand Down

0 comments on commit fd8fbc1

Please sign in to comment.