We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20ec2a commit 882ddacCopy full SHA for 882ddac
xmake.lua
@@ -2,7 +2,7 @@ add_rules('mode.debug', 'mode.release')
2
3
add_requires('argparse 3.1')
4
add_requires('spdlog 1.14.1')
5
-add_requires('icu4c 75.1')
+add_requires('icu4c 75.1', { configs = { shared = false }})
6
add_requires('nlohmann_json 3.11.3')
7
8
target('rkcfgtool')
0 commit comments