Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Sep 26, 2023
1 parent f097d9b commit 754ae55
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 @@ -40,7 +40,7 @@ end

set_runtimes(vsRuntime);

add_requireconfs("*", { configs = { debug = is_mode("debug"), lto = not is_mode("debug"), shared = false, vs_runtime = vsRuntime } })
add_requireconfs("**", { configs = { debug = is_mode("debug"), lto = not is_mode("debug"), shared = false, vs_runtime = vsRuntime } })

add_requires("spdlog 1.11.0")
add_requires("nlohmann_json")
Expand Down

0 comments on commit 754ae55

Please sign in to comment.