Skip to content

Commit 550a398

Browse files
committed
force utf8 output in Cmake
1 parent 8285c7e commit 550a398

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ cmake_minimum_required(VERSION 3.13)
22

33
project(LAppModelWrapper)
44

5+
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
6+
execute_process(
7+
COMMAND chcp 65001
8+
)
9+
endif()
10+
511
# set(CMAKE_BUILD_TYPE "Release")
612

713
message("${CMAKE_BUILD_TYPE}")

Diff for: package/live2d/v3/live2d.pyd

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)