Skip to content

Commit 882ddac

Browse files
committed
chore: make icu4c static-linked.
1 parent a20ec2a commit 882ddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ add_rules('mode.debug', 'mode.release')
22

33
add_requires('argparse 3.1')
44
add_requires('spdlog 1.14.1')
5-
add_requires('icu4c 75.1')
5+
add_requires('icu4c 75.1', { configs = { shared = false }})
66
add_requires('nlohmann_json 3.11.3')
77

88
target('rkcfgtool')

0 commit comments

Comments
 (0)