From fd8fbc1d62b2ba3a34cd1de11ac0611f471805c3 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Sat, 3 Feb 2024 14:02:28 +0100 Subject: [PATCH] Build: Link fmt --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 1617b59..a7c7fff 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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