Skip to content

Commit a9fe89c

Browse files
fix: use mt
1 parent 9769a61 commit a9fe89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ add_rules("mode.releasedbg")
99
includes("deps/libdatachannel.lua")
1010
includes("deps/breeze-ui.lua")
1111

12-
add_requires("gtest", "libnyquist", "libsamplerate", "cpptrace", "cpp-httplib", "nlohmann_json", "libdatachannel", "breeze-ui", "qr-code-generator-cpp", "yy-thunks")
13-
12+
add_requires("gtest", "libnyquist", "libsamplerate", "cpptrace", "cpp-httplib", "nlohmann_json", "libdatachannel", "breeze-ui", "qr-code-generator-cpp")
13+
set_runtimes("MT")
1414
set_policy("build.optimization.lto", true)
1515

1616
target("parsec-vusb-api")

0 commit comments

Comments
 (0)