msys2: switch to ucrt64

This commit is contained in:
Shuanglei Tao
2022-11-13 16:06:17 +08:00
parent 25e9522af4
commit 3225432ce4
3 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ build_libwebsockets() {
build_libwebsockets
# workaround for the lib name change
cp /mingw64/lib/libuv_a.a /mingw64/lib/libuv.a
cp ${MINGW_PREFIX}/lib/libuv_a.a ${MINGW_PREFIX}/lib/libuv.a
rm -rf build && mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE \